diff --git a/r2/r2/lib/pages/pages.py b/r2/r2/lib/pages/pages.py index a184479e4..91ae053b6 100755 --- a/r2/r2/lib/pages/pages.py +++ b/r2/r2/lib/pages/pages.py @@ -193,7 +193,8 @@ class Reddit(Templated): if srbar and not c.cname and not is_api(): self.srtopbar = SubredditTopBar() - if c.user_is_loggedin and self.show_sidebar and not is_api(): + if (c.user_is_loggedin and self.show_sidebar + and not is_api() and not self.show_wiki_actions): # insert some form templates for js to use # TODO: move these to client side templates gold = GoldPayment("gift",