diff --git a/lms/templates/courseware/course_navigation.html b/lms/templates/courseware/course_navigation.html index b0fa4e4307..16257629c7 100644 --- a/lms/templates/courseware/course_navigation.html +++ b/lms/templates/courseware/course_navigation.html @@ -44,23 +44,19 @@ if course is not None: <% tab_is_active = tab.tab_id in (active_page, default_tab) %> - % if masquerade is not None and masquerade.role == 'student' and tab.name == 'Instructor': - <% continue %> - % else: - - %endif + % endfor