From 11ec26feeabced25281b8637f928a8096690c54b Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Fri, 30 Aug 2013 16:58:52 +0200 Subject: Password reset partially implemented. --- tpls/pwreset.tpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tpls/pwreset.tpl (limited to 'tpls') diff --git a/tpls/pwreset.tpl b/tpls/pwreset.tpl new file mode 100644 index 0000000..085f5cf --- /dev/null +++ b/tpls/pwreset.tpl @@ -0,0 +1,17 @@ +{{define "title"}}Reset Password{{end}} + +{{define "content"}} + {{if .Success}} +
{{.Success}}
+ {{else}} + {{if .Error}} +
{{.Error}}
+ {{end}} + +
+

Password:

+

Retype Password:

+

+
+ {{end}} +{{end}} \ No newline at end of file -- cgit v1.2.3-70-g09d2