From 69bfd81b1cc4b95d6bc49e7b027d2e5ff03167a5 Mon Sep 17 00:00:00 2001 From: David Schneiderbauer Date: Mon, 18 Jun 2018 20:24:45 +0200 Subject: fix missing data on redirects (#3975) --- routers/user/setting/profile.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routers/user/setting/profile.go') diff --git a/routers/user/setting/profile.go b/routers/user/setting/profile.go index cf222d0027..22511ab891 100644 --- a/routers/user/setting/profile.go +++ b/routers/user/setting/profile.go @@ -32,6 +32,7 @@ const ( func Profile(ctx *context.Context) { ctx.Data["Title"] = ctx.Tr("settings") ctx.Data["PageIsSettingsProfile"] = true + ctx.HTML(200, tplSettingsProfile) } -- cgit v1.2.3