diff --git a/cms/envs/common.py b/cms/envs/common.py index adf5add063..37cfeea7a1 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -34,7 +34,8 @@ MITX_FEATURES = { 'ENABLE_DISCUSSION_SERVICE': False, 'AUTH_USE_MIT_CERTIFICATES': False, 'STUB_VIDEO_FOR_TESTING': False, # do not display video when running automated acceptance tests - 'STUDIO_NPS_SURVEY': True, + 'STAFF_EMAIL': '', # email address for staff (eg to request course creation) + 'STUDIO_NPS_SURVEY': True, 'SEGMENT_IO': True, } ENABLE_JASMINE = False diff --git a/cms/templates/index.html b/cms/templates/index.html index 9482b9d9af..8b14ea179a 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -46,6 +46,8 @@ @@ -67,7 +69,7 @@
% if user.is_active: