eidolon/templates/profileDelete.hamlet
2016-09-02 15:55:50 +02:00

12 lines
381 B
Plaintext
Executable file

$newline always
<div .item>
<h1>Delete User #{userSlug user}
<p>
Do you wish to delete this user and all his albums and images?
<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">