aboutsummaryrefslogtreecommitdiff
path: root/client/html/user_delete.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'client/html/user_delete.tpl')
-rw-r--r--client/html/user_delete.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/html/user_delete.tpl b/client/html/user_delete.tpl
index c7c8433..9704492 100644
--- a/client/html/user_delete.tpl
+++ b/client/html/user_delete.tpl
@@ -3,7 +3,11 @@
<div class='input'>
<ul>
<li>
- <%= ctx.makeCheckbox({id: 'confirm-deletion', name: 'confirm-deletion', required: true, text: 'I confirm that I want to delete this account.'}) %>
+ <%= ctx.makeCheckbox({
+ name: 'confirm-deletion',
+ text: 'I confirm that I want to delete this account.',
+ required: true,
+ }) %>
</li>
</ul>
</div>

© 2015 - 2026 Jakob L. Kreuze