Add compatibility with recent Django versions
This commit is contained in:
parent
34cad685a9
commit
5eb3c7d958
6 changed files with 1 additions and 5 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{% extends "admin/base_site.html" %}
|
||||
{% load i18n admin_static %}
|
||||
{% load url from future %}
|
||||
|
||||
{% block extrastyle %}{{ block.super }}
|
||||
<link rel="stylesheet" type="text/css" href="{% static "admin/css/dashboard.css" %}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue