Explorar el Código

proper static tag for storages

Timur Orudzhov hace 8 años
padre
commit
5e42214fdd
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      jet/templates/admin/base.html

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

@@ -1,4 +1,6 @@
-{% load i18n static jet_tags %}<!DOCTYPE html>
+{% load i18n jet_tags %}
+{% load static from staticfiles %}
+<!DOCTYPE html>
 {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
 {% jet_get_current_theme as THEME %}
 {% jet_get_current_version as JET_VERSION %}