Timur Orudzhov 8 лет назад
Родитель
Сommit
bac9ec6329

+ 2 - 1
jet/dashboard/templates/admin/app_index.html

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

+ 2 - 1
jet/dashboard/templates/admin/index.html

@@ -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 %}
 

+ 2 - 1
jet/dashboard/templates/jet.dashboard/update_module.html

@@ -1,5 +1,6 @@
 {% extends "admin/base_site.html" %}
-{% load i18n jet_tags static %}
+{% load i18n jet_tags %}
+{% load static from staticfiles %}
 
 {% if not is_popup %}
     {% block breadcrumbs %}

+ 3 - 1
jet/templates/admin/popup_response.html

@@ -1,4 +1,6 @@
-{% load i18n static jet_tags %}<!DOCTYPE html>
+{% load i18n jet_tags %}
+{% load static from staticfiles %}
+<!DOCTYPE html>
 <html>
   <head>
       <title>{% trans 'Popup closing...' %}</title>