Allow CSS on the community settings page for sidebar editing.

This commit is contained in:
Max Goodman
2012-03-06 10:19:06 -08:00
committed by bsimpson63
parent 7b762d2c78
commit 85b1eb8cb5

View File

@@ -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)