Fix the missing title issue
parent
48cb73a604
commit
75ca031529
|
|
@ -1,6 +1,8 @@
|
|||
{% extends "admin/base.html" %}
|
||||
{% load i18n staticfiles admin_interface_tags %}
|
||||
|
||||
{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %}
|
||||
|
||||
{% block extrastyle %}
|
||||
{% get_admin_interface_theme as theme %}
|
||||
<style type="text/css">
|
||||
|
|
|
|||
Loading…
Reference in New Issue