Implement course handouts

LEARNER-607
This commit is contained in:
Andy Armstrong
2017-04-24 15:29:34 -04:00
parent e7e7b3bc15
commit 25229a741b
6 changed files with 32 additions and 14 deletions

View File

@@ -1,4 +1,8 @@
# Unified course experience settings
# Unified course experience settings.
# Waffle flag to enable a single unified "Course" tab.
UNIFIED_COURSE_EXPERIENCE_FLAG = 'unified_course_experience'
# Waffle flag to enable the full screen course content view
# along with a unified course home page.
UNIFIED_COURSE_VIEW_FLAG = 'unified_course_view'