Changed static files template tag

pull/17/head
Fabio Caccamo 2017-05-11 16:54:14 +02:00
parent 690d28dd8c
commit 07dc59747d
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}