mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Allow CSS on the community settings page for sidebar editing.
This commit is contained in:
@@ -534,6 +534,7 @@ class FrontController(RedditController):
|
||||
pane = PaneStack()
|
||||
if created == 'true':
|
||||
pane.append(InfoBar(message = strings.sr_created))
|
||||
c.allow_styles = True
|
||||
pane.append(CreateSubreddit(site = c.site))
|
||||
elif location == 'moderators':
|
||||
pane = ModList(editable = is_moderator)
|
||||
|
||||
Reference in New Issue
Block a user