From 945af900ee539fc270e82e906c6d961c51e4913d Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Fri, 30 Aug 2013 23:46:47 +0200 Subject: Added Joblist --- tpls.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tpls.go') diff --git a/tpls.go b/tpls.go index 14b8918..fdc6ca8 100644 --- a/tpls.go +++ b/tpls.go @@ -23,6 +23,7 @@ var ( tplReallyDelete *template.Template tplPwreset *template.Template tplForgotpw *template.Template + tplJobs *template.Template ) func initTpls() { @@ -37,6 +38,7 @@ func initTpls() { tplReallyDelete = loadTpl(tplpath, "reallydelete") tplPwreset = loadTpl(tplpath, "pwreset") tplForgotpw = loadTpl(tplpath, "forgotpw") + tplJobs = loadTpl(tplpath, "jobs") } type msgTpldata struct { -- cgit v1.2.3-54-g00ecf