Stupid typo in settings.py

This commit is contained in:
Piotr Mitros
2012-01-16 21:34:16 -05:00
parent 5859f466ec
commit 9682aea995

View File

@@ -1,6 +1,6 @@
if 'COURSEWARE_ENABLED' not in locals():
COURSEWARE_ENABLED = True
if 'TRACK_DIR' not in locals():
if 'ASKBOT_ENABLED' not in locals():
ASKBOT_ENABLED = True
if not COURSEWARE_ENABLED:
ASKBOT_ENABLED = False