Adding comments about removing the syllabus tab ASAP.

This commit is contained in:
Arjun Singh
2012-08-21 13:23:00 -07:00
parent 99703761b0
commit b86fbdbd10
2 changed files with 7 additions and 1 deletions

View File

@@ -55,8 +55,11 @@ MITX_FEATURES = {
# course_ids (see dev_int.py for an example)
'SUBDOMAIN_COURSE_LISTINGS' : False,
# TODO: This will be removed once course-specific tabs are in place. see
# courseware/courses.py
'ENABLE_SYLLABUS' : True,
'ENABLE_TEXTBOOK' : True,
'ENABLE_SYLLABUS' : True,
'ENABLE_DISCUSSION' : False,
'ENABLE_DISCUSSION_SERVICE': True,