mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-31 09:48:01 -05:00
Remove unused sidebar box advertising gold credits.
This commit is contained in:
@@ -257,15 +257,6 @@ class Reddit(Templated):
|
||||
subtitles = rand_strings.get("create_reddit", 2),
|
||||
show_cover = True, nocname=True))
|
||||
|
||||
if False and self.submit_box:
|
||||
ps.append(SideBox(_('reddit gold creddits: now for sale!'),
|
||||
'http://www.reddit.com/tb/efpn0',
|
||||
'gold',
|
||||
sr_path = False,
|
||||
subtitles = ["check it out: you can now give gold",
|
||||
"subscriptions to deserving redditors"],
|
||||
show_cover = False, nocname = True))
|
||||
|
||||
if not isinstance(c.site, FakeSubreddit) and not c.cname:
|
||||
moderators = self.sr_moderators()
|
||||
if moderators:
|
||||
|
||||
Reference in New Issue
Block a user