summaryrefslogtreecommitdiff
path: root/tpls/forgotpw.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpls/forgotpw.tpl')
-rw-r--r--tpls/forgotpw.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/tpls/forgotpw.tpl b/tpls/forgotpw.tpl
new file mode 100644
index 0000000..27dda6d
--- /dev/null
+++ b/tpls/forgotpw.tpl
@@ -0,0 +1,16 @@
+{{define "title"}}Reset Password{{end}}
+
+{{define "content"}}
+ {{if .Success}}
+ <div class="success">{{.Success}}</div>
+ {{else}}
+ {{if .Error}}
+ <div class="error">{{.Error}}</div>
+ {{end}}
+
+ <form action="/forgotpw" method="post" accept-charset="UTF-8">
+ <p><strong>E-Mail:</strong> <input type="text" name="Mail" /></p>
+ <p><input type="submit" /></p>
+ </form>
+ {{end}}
+{{end}} \ No newline at end of file