mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Use url tag from the future to fix rendering.
This commit is contained in:
parent
880ece5cc1
commit
d59e1c9c5f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{% extends "admin/base_site.html" %}
|
||||
{% load admin_static admin_list i18n %}
|
||||
{% load url from future %}
|
||||
|
||||
|
||||
{% block extrastyle %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue