diff options
Diffstat (limited to 'templates/user/settings/password.tmpl')
-rw-r--r-- | templates/user/settings/password.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/password.tmpl b/templates/user/settings/password.tmpl index 644f4f93..8d702f59 100644 --- a/templates/user/settings/password.tmpl +++ b/templates/user/settings/password.tmpl @@ -11,7 +11,7 @@ <div class="ui attached segment"> {{if .SignedUser.IsLocal}} <form class="ui form" action="{{.Link}}" method="post"> - {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}} <div class="required field {{if .Err_OldPassword}}error{{end}}"> <label for="old_password">{{.i18n.Tr "settings.old_password"}}</label> <input id="old_password" name="old_password" type="password" autofocus required> |