mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Don't use admin_static template tag library for 1.3.x.
This commit is contained in:
parent
e086ccebeb
commit
2b7fec91b7
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{% extends "admin/base_site.html" %}
|
||||
{% load admin_static admin_list i18n %}
|
||||
{% load admin_list i18n %}
|
||||
{% load static from staticfiles %}
|
||||
|
||||
|
||||
{% block extrastyle %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue