11 lines
381 B
Text
Executable file
11 lines
381 B
Text
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">
|