source: templates/admin/base_site.html@ 6180

Last change on this file since 6180 was 6180, checked in by RIck van der Zwet, 17 years ago

Differ from exodus and django config

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.