Changed static files template tag
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user