From 9d36fc698627f290f01cd3cc5a7f4eaec7a669fd Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 17 Sep 2015 14:57:24 -0400 Subject: finish new auth e-mails --- templates/user/auth/reset_passwd.tmpl | 48 ++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 21 deletions(-) (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 d63d7a0f..5f06bd64 100644 --- a/templates/user/auth/reset_passwd.tmpl +++ b/templates/user/auth/reset_passwd.tmpl @@ -1,25 +1,31 @@ -{{template "ng/base/head" .}} -{{template "ng/base/header" .}} -
-
+{{template "base/head" .}} +
+
+
+ {{.CsrfTokenHtml}} -
-

{{.i18n.Tr "auth.reset_password"}}

-
-
- {{template "ng/base/alert" .}} - {{if .IsResetForm}} -
- - + +

+ {{.i18n.Tr "auth.reset_password"}} +

+
+ {{template "base/alert" .}} + {{if .IsResetForm}} +
+ + +
+
+
+ +
-
- - - {{else}} -

{{.i18n.Tr "auth.invalid_code"}}

- {{end}} + {{else}} +

{{.i18n.Tr "auth.invalid_code"}}

+ {{end}}
- + +
+
-{{template "ng/base/footer" .}} +{{template "base/footer" .}} -- cgit v1.2.3