From bba707de36d9bfbdb3001e3e89fac0c072aa14e9 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 16 Aug 2014 16:21:17 +0800 Subject: Finish team list, create new team, join/leave team page --- templates/user/auth/forgot_passwd.tmpl | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 templates/user/auth/forgot_passwd.tmpl (limited to 'templates/user/auth/forgot_passwd.tmpl') diff --git a/templates/user/auth/forgot_passwd.tmpl b/templates/user/auth/forgot_passwd.tmpl new file mode 100644 index 00000000..3b551267 --- /dev/null +++ b/templates/user/auth/forgot_passwd.tmpl @@ -0,0 +1,32 @@ +{{template "ng/base/head" .}} +{{template "ng/base/header" .}} +
+
+ {{.CsrfTokenHtml}} +
+

{{.i18n.Tr "auth.forgot_password"}}

+
+
+ {{template "ng/base/alert" .}} + {{if .IsResetSent}} +

{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .Email .Hours | Str2html}}

+
+ + {{.i18n.Tr "auth.sign_in_email"}} + {{else if .IsResetRequest}} +
+ + +
+
+ + + {{else if .IsResetDisable}} +

{{.i18n.Tr "auth.disable_register_mail"}}

+ {{else if .ResendLimited}} +

{{.i18n.Tr "auth.resent_limit_prompt"}}

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