diff options
Diffstat (limited to 'routers/org')
-rw-r--r-- | routers/org/setting.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/org/setting.go b/routers/org/setting.go index 79a99295a8..454714c7eb 100644 --- a/routers/org/setting.go +++ b/routers/org/setting.go @@ -202,7 +202,6 @@ func DeleteWebhook(ctx *context.Context) { func Labels(ctx *context.Context) { ctx.Data["Title"] = ctx.Tr("repo.labels") ctx.Data["PageIsOrgSettingsLabels"] = true - ctx.Data["RequireMinicolors"] = true ctx.Data["RequireTribute"] = true ctx.Data["LabelTemplates"] = models.LabelTemplates ctx.HTML(200, tplSettingsLabels) |