diff --git a/r2/r2/lib/pages/pages.py b/r2/r2/lib/pages/pages.py index e1377fdb3..6095e3f7d 100644 --- a/r2/r2/lib/pages/pages.py +++ b/r2/r2/lib/pages/pages.py @@ -153,8 +153,11 @@ class Reddit(Templated): elif (c.firsttime == 'mobile_suggest' and c.render_style != 'compact'): infotext = strings.iphone_first + elif g.announcement_message: + infotext = g.announcement_message elif c.firsttime and c.site.firsttext: infotext = c.site.firsttext + if infotext: self.infobar = InfoBar(message = infotext)