summaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
Diffstat (limited to 'routers')
-rw-r--r--routers/org/setting.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/org/setting.go b/routers/org/setting.go
index 7de784c5b8..0aeefb50af 100644
--- a/routers/org/setting.go
+++ b/routers/org/setting.go
@@ -31,6 +31,7 @@ func Settings(ctx *context.Context) {
ctx.Data["Title"] = ctx.Tr("org.settings")
ctx.Data["PageIsSettingsOptions"] = true
ctx.Data["CurrentVisibility"] = ctx.Org.Organization.Visibility
+ ctx.Data["RepoAdminChangeTeamAccess"] = ctx.Org.Organization.RepoAdminChangeTeamAccess
ctx.HTML(200, tplSettingsOptions)
}