mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix missing data on redirects (#3975)
This commit is contained in:
committed by
techknowlogick
parent
6e39f3d422
commit
69bfd81b1c
@@ -32,6 +32,7 @@ const (
|
||||
func Profile(ctx *context.Context) {
|
||||
ctx.Data["Title"] = ctx.Tr("settings")
|
||||
ctx.Data["PageIsSettingsProfile"] = true
|
||||
|
||||
ctx.HTML(200, tplSettingsProfile)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user