From 373731f5e85566eb385e92f604e81232e3d6ba1a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 17 Sep 2015 01:54:12 -0400 Subject: user gomail and new activate account email tpl - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header --- routers/dev/template.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routers/dev') diff --git a/routers/dev/template.go b/routers/dev/template.go index 9528c74c..5548f514 100644 --- a/routers/dev/template.go +++ b/routers/dev/template.go @@ -20,5 +20,6 @@ func TemplatePreview(ctx *middleware.Context) { ctx.Data["ActiveCodeLives"] = setting.Service.ActiveCodeLives / 60 ctx.Data["ResetPwdCodeLives"] = setting.Service.ResetPwdCodeLives / 60 ctx.Data["CurDbValue"] = "" + ctx.HTML(200, base.TplName(ctx.Params("*"))) } -- cgit v1.2.3