summaryrefslogtreecommitdiff
path: root/tpls.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpls.go')
-rw-r--r--tpls.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/tpls.go b/tpls.go
index eefa25d..b05ce19 100644
--- a/tpls.go
+++ b/tpls.go
@@ -21,6 +21,7 @@ var (
tplMsg *template.Template
tplLogin *template.Template
tplReallyDelete *template.Template
+ tplPwreset *template.Template
)
func initTpls() {
@@ -33,6 +34,7 @@ func initTpls() {
tplMsg = loadTpl(tplpath, "msg")
tplLogin = loadTpl(tplpath, "login")
tplReallyDelete = loadTpl(tplpath, "reallydelete")
+ tplPwreset = loadTpl(tplpath, "pwreset")
}
type msgTpldata struct {