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