diff --git a/lms/djangoapps/dashboard/decisions/0001-sysadmin-dashboard.rst b/lms/djangoapps/dashboard/decisions/0001-sysadmin-dashboard.rst index a622386903..fb1e1e444c 100644 --- a/lms/djangoapps/dashboard/decisions/0001-sysadmin-dashboard.rst +++ b/lms/djangoapps/dashboard/decisions/0001-sysadmin-dashboard.rst @@ -24,8 +24,7 @@ Decision -------- The users tab provides Web based user management (create and delete user accounts), a listing of courses loaded, -and user statistics. There is also a button to repair the external authentication map, a task relevant to open -edX installations using Shibboleth and certificate-based authentication. +and user statistics. The courses tabs manages adding/updating courses from git, deleting courses, and provides course listing information, including commit hash, date and author for course imported from git. diff --git a/lms/templates/sysadmin_dashboard.html b/lms/templates/sysadmin_dashboard.html index a4fe6cf36f..4a456c5958 100644 --- a/lms/templates/sysadmin_dashboard.html +++ b/lms/templates/sysadmin_dashboard.html @@ -103,12 +103,6 @@ textarea {
-

- -

-
%endif