Last change
on this file since 6181 was 6181, checked in by RIck van der Zwet, 17 years ago |
Converted the _ to -
|
-
Property svn:mergeinfo
set to
|
File size:
261 bytes
|
Line | |
---|
1 | {% extends "admin/base.html" %}
|
---|
2 | {% load i18n %}
|
---|
3 |
|
---|
4 | {% block title %}{{ title }} | {% trans 'Django site admin' %}{% endblock %}
|
---|
5 |
|
---|
6 | {% block branding %}
|
---|
7 | <h1 id="site-name">{% trans 'Django administration' %}</h1>
|
---|
8 | {% endblock %}
|
---|
9 |
|
---|
10 | {% block nav-global %}{% endblock %}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.