diff --git a/routers/org/home.go b/routers/org/home.go index fa61218d3..0a9f176bd 100644 --- a/routers/org/home.go +++ b/routers/org/home.go @@ -32,6 +32,7 @@ func Home(ctx *context.Context) { return } + ctx.Data["PageIsUserProfile"] = true ctx.Data["Title"] = org.DisplayName() var orderBy models.SearchOrderBy @@ -119,6 +120,7 @@ func Home(ctx *context.Context) { return } + ctx.Data["Owner"] = org ctx.Data["Repos"] = repos ctx.Data["Total"] = count ctx.Data["MembersTotal"] = membersCount