diff --git a/lms/envs/common.py b/lms/envs/common.py index a06c21ed77..b41e8fb2df 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1642,7 +1642,7 @@ REQUIRE_JS_PATH_OVERRIDES = { 'js/courseware/toggle_element_visibility': 'js/courseware/toggle_element_visibility.js', 'js/student_account/logistration_factory': 'js/student_account/logistration_factory.js', 'js/student_profile/views/learner_profile_factory': 'js/student_profile/views/learner_profile_factory.js', - 'js/bookmarks/bookmarks_factory': 'js/bookmarks/bookmarks_factory.js' + 'js/bookmarks/bookmarks_factory': 'js/bookmarks/bookmarks_factory.js', 'js/groups/views/cohorts_dashboard_factory': 'js/groups/views/cohorts_dashboard_factory.js' } ################################# CELERY ######################################