Last change
on this file since 6179 was 6179, checked in by RIck van der Zwet, 17 years ago |
Configuration and code are glued into each other. First attempt to 'unglue' stuff a bit
|
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.