From a476571e52c946135030603e5f2cfc40751d77f1 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Wed, 18 Apr 2012 21:23:46 -0400 Subject: [PATCH] apparently ASKBOT_CLOSED_FORUM_MODE doesn't work outside LIVESETTINGS either... --- settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/settings.py b/settings.py index 528c5e012b..84fbac2333 100644 --- a/settings.py +++ b/settings.py @@ -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,