From 2c404daca612b43bd6b0b720d3e732d9550c0eab Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 6 Apr 2017 17:20:38 -0400 Subject: pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} --- templates/user/auth/reset_passwd.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/user/auth/reset_passwd.tmpl') diff --git a/templates/user/auth/reset_passwd.tmpl b/templates/user/auth/reset_passwd.tmpl index cb124f5b..801679e8 100644 --- a/templates/user/auth/reset_passwd.tmpl +++ b/templates/user/auth/reset_passwd.tmpl @@ -3,7 +3,7 @@
- {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}}

{{.i18n.Tr "auth.reset_password"}} -- cgit v1.2.3