aboutsummaryrefslogtreecommitdiff
path: root/client/html/user_delete.tpl
diff options
context:
space:
mode:
authorrr-2016-05-21 09:45:43 +0200
committerrr-2016-05-21 09:46:53 +0200
commit052a7ca684a99845f91312d06e3768e0369832f6 (patch)
tree62e94516b93eed59522f19b6cd23bdf0e740f5f1 /client/html/user_delete.tpl
parentbae238794a6e3778f2abbb58bf1b2cb8334b0d59 (diff)
client/general: use 'ctx' variable for templates
Diffstat (limited to 'client/html/user_delete.tpl')
-rw-r--r--client/html/user_delete.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/user_delete.tpl b/client/html/user_delete.tpl
index 6af74a2..c7c8433 100644
--- a/client/html/user_delete.tpl
+++ b/client/html/user_delete.tpl
@@ -3,7 +3,7 @@
<div class='input'>
<ul>
<li>
- <%= makeCheckbox({id: 'confirm-deletion', name: 'confirm-deletion', required: true, text: 'I confirm that I want to delete this account.'}) %>
+ <%= ctx.makeCheckbox({id: 'confirm-deletion', name: 'confirm-deletion', required: true, text: 'I confirm that I want to delete this account.'}) %>
</li>
</ul>
</div>

© 2015 - 2026 Jakob L. Kreuze