put survey behind MITX_FEATURES flag

This commit is contained in:
Mark L. Chang
2013-04-03 00:26:12 -04:00
parent 5df7f41c8f
commit 43f6f0ce8f
4 changed files with 19 additions and 12 deletions

View File

@@ -34,6 +34,7 @@ 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,
}
ENABLE_JASMINE = False