Add new waffle flag for toggling GDPR work.

This commit is contained in:
Diana Huang
2018-03-08 14:20:06 -05:00
parent f02ba65983
commit 4dd164de91

View File

@@ -43,6 +43,10 @@ LATEST_UPDATE_FLAG = CourseWaffleFlag(WAFFLE_FLAG_NAMESPACE, 'latest_update')
# Waffle flag to enable the use of Bootstrap for course experience pages
USE_BOOTSTRAP_FLAG = CourseWaffleFlag(WAFFLE_FLAG_NAMESPACE, 'use_bootstrap', flag_undefined_default=True)
#Waffle flag to control whether or not the the site shows GDPR updates.
# TODO: Delete as part of LEARNER-4422
ENABLE_GDPR_COMPAT_FLAG = CourseWaffleFlag(WAFFLE_FLAG_NAMESPACE, 'gdpr')
def course_home_page_title(course): # pylint: disable=unused-argument
"""