diff options
Diffstat (limited to 'templates/admin/user/new.tmpl')
-rw-r--r-- | templates/admin/user/new.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/user/new.tmpl b/templates/admin/user/new.tmpl index 9352eaac..1827d4f4 100644 --- a/templates/admin/user/new.tmpl +++ b/templates/admin/user/new.tmpl @@ -10,7 +10,7 @@ </h4> <div class="ui attached segment"> <form class="ui form" action="{{.Link}}" method="post"> - {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}} <!-- Types and name --> <div class="inline required field {{if .Err_LoginType}}error{{end}}"> <label>{{.i18n.Tr "admin.users.auth_source"}}</label> |