diff options
Diffstat (limited to 'routers/dev')
-rw-r--r-- | routers/dev/template.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/dev/template.go b/routers/dev/template.go index 9528c74c64..5548f51478 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("*"))) } |