From 47edf7f4f9d359765764207cbcb6dd82dba36de8 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 14 Mar 2014 01:12:07 -0400 Subject: Finish update password and profile --- templates/user/password.tmpl | 51 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 templates/user/password.tmpl (limited to 'templates/user/password.tmpl') diff --git a/templates/user/password.tmpl b/templates/user/password.tmpl new file mode 100644 index 0000000000..a8b1e21e04 --- /dev/null +++ b/templates/user/password.tmpl @@ -0,0 +1,51 @@ +{{template "base/head" .}} +{{template "base/navbar" .}} +
+ +
+
+

Password

+
{{if .IsSuccess}} +

Password is changed successfully. You can now sign in via new password.

{{else if .HasError}}

{{.ErrorMsg}}

{{end}} +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+    + Forgot your password? +
+
+
+
+
+
+{{template "base/footer" .}} \ No newline at end of file -- cgit v1.2.3