11 lines
354 B
Text
11 lines
354 B
Text
|
$newline always
|
||
|
<h3>Delete User #{userSlug user}
|
||
|
|
||
|
<p>
|
||
|
Do you wish to delete this user and all his albums in 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">
|