From c4c6069bd1a32ec18a69e5fab86324da5a577bc6 Mon Sep 17 00:00:00 2001 From: stv Date: Tue, 5 Mar 2019 00:49:34 -0800 Subject: [PATCH] Remove unused 'plot' references in sysadmin This appears to have been included with the origin commit that introduced the sysadmin page [1]. It doesn't appear to have been ever used and, more importantly, the view isn't passing it in the context to the template, so it should be good to go. - [1] ccc87337d63b593cad06cf4bc812c5bcf01b8be3 --- lms/templates/sysadmin_dashboard.html | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/lms/templates/sysadmin_dashboard.html b/lms/templates/sysadmin_dashboard.html index 90d3a554e2..edd7ce315c 100644 --- a/lms/templates/sysadmin_dashboard.html +++ b/lms/templates/sysadmin_dashboard.html @@ -7,8 +7,6 @@ from django.utils.translation import ugettext as _ <%block name="headextra"> <%static:css group='style-course'/> - -