aboutsummaryrefslogtreecommitdiff
path: root/routers/web/org/home.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/org/home.go')
-rw-r--r--routers/web/org/home.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/web/org/home.go b/routers/web/org/home.go
index 4cc364acd..8c9cc8a9d 100644
--- a/routers/web/org/home.go
+++ b/routers/web/org/home.go
@@ -156,6 +156,7 @@ func Home(ctx *context.Context) {
pager.SetDefaultParams(ctx)
pager.AddParam(ctx, "language", "Language")
ctx.Data["Page"] = pager
+ ctx.Data["ContextUser"] = ctx.ContextUser
ctx.HTML(http.StatusOK, tplOrgHome)
}