diff options
Diffstat (limited to 'design/templates/admin/index.html')
-rw-r--r-- | design/templates/admin/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html index e797eb2..f8c4fb2 100644 --- a/design/templates/admin/index.html +++ b/design/templates/admin/index.html @@ -1,5 +1,5 @@ {% extends "admin/base_site.html" %} -{% load i18n admin_static %} +{% load admin_list static i18n %} {% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/dashboard.css" %}" /> <style> |