From 05194f3a09b2382f269d31e6e2fa472a7b95e5c1 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Mon, 23 Mar 2015 10:58:54 +0100 Subject: Add html documentation. Change password handler. --- views/password.html | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 views/password.html (limited to 'views/password.html') diff --git a/views/password.html b/views/password.html new file mode 100644 index 0000000..b57cf07 --- /dev/null +++ b/views/password.html @@ -0,0 +1,99 @@ +{{template "header.html"}} +{{template "navbar.html"}} + +{{if .Error}} +
+
+ {{range .Error}} + + {{end}} +
+
+{{end}} +{{if .Success}} +
+
+ {{range .Success}} + + {{end}} +
+
+{{end}} + +
+
+
+
+

Change your password!

+
+
+
+
+
+
+
+
+
+
+ + + + + +
+ +
+ +
+
+ + +
+ +
+ +
+
+ + +
+ +
+ +
+
+ +
+ + +
+ +
+ +
+
+ + +
+ +
+ +
+
+ +
+
+ +
+
+
+{{template "footer.html"}} -- cgit v1.2.3