Fix the missing title issue

pull/8/head
Mahmoud Ahmed 2016-09-07 16:44:24 +02:00
parent 48cb73a604
commit 75ca031529
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{% extends "admin/base.html" %} {% extends "admin/base.html" %}
{% load i18n staticfiles admin_interface_tags %} {% load i18n staticfiles admin_interface_tags %}
{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% 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">