diff --git a/lms/templates/courseware/course_navigation.html b/lms/templates/courseware/course_navigation.html index 481c2761d9..4e77c96adb 100644 --- a/lms/templates/courseware/course_navigation.html +++ b/lms/templates/courseware/course_navigation.html @@ -27,14 +27,17 @@ def url_class(is_active): % endfor <%block name="extratabs" /> - %if staff_access and masquerade: + % if masquerade is not UNDEFINED: + % if staff_access and masquerade is not None: