Changed static files template tag
parent
690d28dd8c
commit
07dc59747d
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "admin/base.html" %}
|
{% extends 'admin/base.html' %}
|
||||||
{% load i18n staticfiles admin_interface_tags %}
|
{% load i18n static admin_interface_tags %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
{% get_admin_interface_theme as theme %}
|
{% get_admin_interface_theme as theme %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue