Просмотр исходного кода

proper static tag for storages

Timur Orudzhov 8 лет назад
Родитель
Сommit
5e42214fdd
1 измененных файлов с 3 добавлено и 1 удалено
  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 %}