aboutsummaryrefslogtreecommitdiff
path: root/pkg/context/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/context/context.go')
-rw-r--r--pkg/context/context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/context/context.go b/pkg/context/context.go
index 33ae8b79..bcb87a9a 100644
--- a/pkg/context/context.go
+++ b/pkg/context/context.go
@@ -327,7 +327,7 @@ func Contexter() macaron.Handler {
c.Data["ShowFooterBranding"] = setting.ShowFooterBranding
c.Data["ShowFooterVersion"] = setting.ShowFooterVersion
- c.Data["ServerNotice"] = readServerNotice()
+ c.renderNoticeBanner()
ctx.Map(c)
}