diff options
Diffstat (limited to 'internal/context/context.go')
-rw-r--r-- | internal/context/context.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/context/context.go b/internal/context/context.go index 49213177..95c3ce10 100644 --- a/internal/context/context.go +++ b/internal/context/context.go @@ -325,7 +325,6 @@ func Contexter() macaron.Handler { c.Data["ShowRegistrationButton"] = setting.Service.ShowRegistrationButton c.Data["ShowFooterBranding"] = setting.ShowFooterBranding - c.Data["ShowFooterVersion"] = setting.ShowFooterVersion c.renderNoticeBanner() |