eidolon/templates/profileDelete.hamlet

12 lines
381 B
Text
Raw Normal View History

2014-09-05 20:40:12 +02:00
$newline always
2016-09-02 15:55:50 +02:00
<div .item>
<h1>Delete User #{userSlug user}
2014-09-05 20:40:12 +02:00
2016-09-02 15:55:50 +02:00
<p>
Do you wish to delete this user and all his albums and images?
2014-09-05 20:40:12 +02:00
2016-09-02 15:55:50 +02: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">