Commit 9682aea9 by Piotr Mitros

Stupid typo in settings.py

parent 5859f466
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment