diff --git a/lms/templates/course_navigation.html b/lms/templates/course_navigation.html index 62e6586a0d..ea889ce6c7 100644 --- a/lms/templates/course_navigation.html +++ b/lms/templates/course_navigation.html @@ -29,9 +29,9 @@ def url_class(url):
  • Profile
  • % endif % if has_staff_access_to_course_id(user, course.id): -
  • Instructor
  • +
  • Instructor
  • % endif - + \ No newline at end of file diff --git a/lms/templates/instructor_dashboard.html b/lms/templates/instructor_dashboard.html index 67f45ee64e..a5b333a809 100644 --- a/lms/templates/instructor_dashboard.html +++ b/lms/templates/instructor_dashboard.html @@ -6,7 +6,7 @@ <%static:css group='course'/> -<%include file="course_navigation.html" args="active_page=''" /> +<%include file="course_navigation.html" args="active_page='instructor'" />