apparently ASKBOT_CLOSED_FORUM_MODE doesn't work outside LIVESETTINGS either...

This commit is contained in:
David Ormsbee
2012-04-18 21:23:46 -04:00
parent 81e9a39a89
commit a476571e52

View File

@@ -377,8 +377,6 @@ ALLOW_UNICODE_SLUGS = False
ASKBOT_USE_STACKEXCHANGE_URLS = False #mimic url scheme of stackexchange
ASKBOT_CSS_DEVEL = True
ASKBOT_CLOSED_FORUM_MODE = True
LIVESETTINGS_OPTIONS = {
1: {
'DB' : False,