diff --git a/lms/templates/courseware/course_navigation.html b/lms/templates/courseware/course_navigation.html index fd9ab42eec..1ec271aacc 100644 --- a/lms/templates/courseware/course_navigation.html +++ b/lms/templates/courseware/course_navigation.html @@ -20,7 +20,7 @@ def url_class(is_active): <%! from courseware.views import notification_image_for_tab %> <% import waffle %> -% if disable_tabs is UNDEFINED: +% if disable_tabs is UNDEFINED or not disable_tabs: