|
|
@ -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) |
|
|
|
} |
|
|
|
|
|
|
|