summaryrefslogtreecommitdiff
path: root/client/html/password_reset.tpl
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2016-05-21 09:45:43 +0200
committerrr- <rr-@sakuya.pl>2016-05-21 09:46:53 +0200
commit052a7ca684a99845f91312d06e3768e0369832f6 (patch)
tree62e94516b93eed59522f19b6cd23bdf0e740f5f1 /client/html/password_reset.tpl
parentbae238794a6e3778f2abbb58bf1b2cb8334b0d59 (diff)
client/general: use 'ctx' variable for templates
Diffstat (limited to 'client/html/password_reset.tpl')
-rw-r--r--client/html/password_reset.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/password_reset.tpl b/client/html/password_reset.tpl
index 5d567a1..8169a2b 100644
--- a/client/html/password_reset.tpl
+++ b/client/html/password_reset.tpl
@@ -4,7 +4,7 @@
<div class='input'>
<ul>
<li>
- <%= makeTextInput({text: 'User name or e-mail address', id: 'user-name', name: 'user-name', required: true}) %>
+ <%= ctx.makeTextInput({text: 'User name or e-mail address', id: 'user-name', name: 'user-name', required: true}) %>
</li>
</ul>
</div>