Fixed missing admin title #7

pull/17/head
Fabio Caccamo 2016-09-10 18:49:20 +02:00
parent 48cb73a604
commit 1f39ceb0ad
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
{% extends "admin/base.html" %} {% extends "admin/base.html" %}
{% load i18n staticfiles admin_interface_tags %} {% load i18n staticfiles admin_interface_tags %}
{% block title %}
{% get_admin_interface_theme as theme %}
{% if theme.title %}{% trans theme.title %}{% else %}{% trans 'Django administration' %}{% endif %}
{% endblock %}
{% block extrastyle %} {% block extrastyle %}
{% get_admin_interface_theme as theme %} {% get_admin_interface_theme as theme %}
<style type="text/css"> <style type="text/css">