diff --git a/lms/djangoapps/courseware/tabs.py b/lms/djangoapps/courseware/tabs.py index b52324b360..b2267e6cf5 100644 --- a/lms/djangoapps/courseware/tabs.py +++ b/lms/djangoapps/courseware/tabs.py @@ -141,7 +141,7 @@ def _combined_open_ended_grading(tab, user, course, active_page): pending_grading = notifications['pending_grading'] img_path = notifications['img_path'] - tab = [CourseTab(tab_name, link, active_page == "controller_query", pending_grading, img_path)] + tab = [CourseTab(tab_name, link, active_page == "open_ended", pending_grading, img_path)] return tab return [] diff --git a/lms/templates/open_ended_problems/combined_notifications.html b/lms/templates/open_ended_problems/combined_notifications.html index a24d150d25..9de6ef3273 100644 --- a/lms/templates/open_ended_problems/combined_notifications.html +++ b/lms/templates/open_ended_problems/combined_notifications.html @@ -8,7 +8,7 @@ <%block name="title">