mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
reddit: Do not embed gold form inside wiki pages.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user