diff --git a/lms/templates/instructor/instructor_dashboard_2/course_info.html b/lms/templates/instructor/instructor_dashboard_2/course_info.html index 7cdcbe7c7f..bed2cb916e 100644 --- a/lms/templates/instructor/instructor_dashboard_2/course_info.html +++ b/lms/templates/instructor/instructor_dashboard_2/course_info.html @@ -104,7 +104,7 @@ from openedx.core.djangolib.markup import HTML, Text - %if settings.FEATURES.get('ENABLE_SYSADMIN_DASHBOARD', ''): + %if settings.FEATURES.get('ENABLE_SYSADMIN_DASHBOARD', '') and user.is_staff:

## Translators: git is a version-control system; see http://git-scm.com/about ${Text(_("View detailed Git import logs for this course {link_start}by clicking here{link_end}.")).format(