From fcab47b1e8388c0d6e46bfaf824bb307f0e4a0e0 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Wed, 14 Jan 2015 13:33:56 -0500 Subject: [PATCH] Add link to sysadmin dashboard on core theme --- lms/templates/navigation.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html index 0addbebe4f..945291ae2e 100644 --- a/lms/templates/navigation.html +++ b/lms/templates/navigation.html @@ -58,6 +58,11 @@ site_status_msg = get_site_status_msg(course_id) ${_('Find Courses')} % endif + %if settings.FEATURES.get('ENABLE_SYSADMIN_DASHBOARD','') and user.is_staff: +
  • + Sysadmin +
  • + %endif