You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
invent/receiver/templates/delete_report_and_reset_use...

16 lines
242 B

<!DOCTYPE html>
<html>
<head>
<title>Deleted</title>
<meta http-equiv="refresh" content="3;url=/admin" />
</head>
<body>
<h1>Success</h1>
<p>{{endpoint}}/{{username}} deleted</p>
<p>Redirecting back to /admin</p>
</body>
</html>