|
@@ -1,5 +1,6 @@
|
|
|
{% extends "admin/base_site.html" %}
|
|
|
-{% load i18n admin_static jet_dashboard_tags static %}
|
|
|
+{% load i18n admin_static jet_dashboard_tags %}
|
|
|
+{% load static from staticfiles %}
|
|
|
|
|
|
{% block html %}{% get_dashboard 'index' as dashboard %}{{ block.super }}{% endblock %}
|
|
|
|