Skip to content

Commit

Permalink
Fix missing badges in org settings page (#24654)
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 and GiteaBot authored May 11, 2023
1 parent bcd0733 commit b3af748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routers/web/org/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func Settings(ctx *context.Context) {
ctx.Data["PageIsSettingsOptions"] = true
ctx.Data["CurrentVisibility"] = ctx.Org.Organization.Visibility
ctx.Data["RepoAdminChangeTeamAccess"] = ctx.Org.Organization.RepoAdminChangeTeamAccess
ctx.Data["ContextUser"] = ctx.ContextUser
ctx.HTML(http.StatusOK, tplSettingsOptions)
}

Expand Down

0 comments on commit b3af748

Please sign in to comment.