diff --git a/lms/templates/admin/base_site.html b/lms/templates/admin/base_site.html index 2dfd0bef7a50..cd8ab70e4f4b 100644 --- a/lms/templates/admin/base_site.html +++ b/lms/templates/admin/base_site.html @@ -1,5 +1,5 @@ {% extends "admin/base.html" %} -{% load i18n admin_urls %} +{% load i18n admin_urls static %} {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block branding %}
If you agree and want to send a report you can click the button below. You can always send reports and see the status of reports you have sent in the past at admin/survey_report/surveyreport/ .