diff options
| author | rr- | 2016-05-21 09:45:43 +0200 |
|---|---|---|
| committer | rr- | 2016-05-21 09:46:53 +0200 |
| commit | 052a7ca684a99845f91312d06e3768e0369832f6 (patch) | |
| tree | 62e94516b93eed59522f19b6cd23bdf0e740f5f1 /client/html/user_delete.tpl | |
| parent | bae238794a6e3778f2abbb58bf1b2cb8334b0d59 (diff) | |
client/general: use 'ctx' variable for templates
Diffstat (limited to 'client/html/user_delete.tpl')
| -rw-r--r-- | client/html/user_delete.tpl | 2 |
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> |