Adding missing template sections

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40110
This commit is contained in:
Matias Aguirre 2008-07-25 15:23:59 +00:00
parent 4c193f47ed
commit 80a99dde83
1 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,13 @@
{% extends "admin/base.html" %}
{% load i18n %}
{% block title %}{{ title|escape }} | {% trans 'Django site admin' %}{% endblock %}
{% block branding %}
<h1 id="site-name">{% trans 'Django administration' %}</h1>
{% endblock %}
{% block nav-global %}{% endblock %}
{% block footer %}
<script type="text/javascript">