Merge pull request #479 from MITx/feature/arjun/syllabus

Adding a syllabus page (accessible via course navigation)
This commit is contained in:
Victor Shnayder
2012-08-21 14:33:07 -07:00
8 changed files with 140 additions and 0 deletions

View File

@@ -55,6 +55,10 @@ 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_DISCUSSION' : False,
'ENABLE_DISCUSSION_SERVICE': True,