eidolon/templates/profileDelete.hamlet

13 lines
453 B
Plaintext
Raw Normal View History

2014-09-05 18:40:12 +00:00
$newline always
2015-01-11 07:57:38 +00:00
<div id="header" class="item" data-width="300">
<div class="inner">
<h1>Delete User #{userSlug user}
2014-09-05 18:40:12 +00:00
2015-01-11 07:57:38 +00:00
<p>
Do you wish to delete this user and all his albums and images?
2014-09-05 18:40:12 +00:00
2015-01-11 07:57:38 +00:00
<form method="POST" action=@{ProfileDeleteR userId}>
<label for="confirm">Really delete this user
<input type="checkbox" id="confirm" name="confirm" value="confirm" required>
<input id="delete" type="submit" value="Delete user">