diff --git a/lms/templates/courseware/course_navigation.html b/lms/templates/courseware/course_navigation.html index 16257629c7..b0fa4e4307 100644 --- a/lms/templates/courseware/course_navigation.html +++ b/lms/templates/courseware/course_navigation.html @@ -44,19 +44,23 @@ 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