web/ldt/templates/admin/page_base_site.html
author wakimd
Tue, 16 Nov 2010 14:15:07 +0100
changeset 9 22ab430e9b64
permissions -rw-r--r--
Corrections on models and general structure
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     1
{% extends "admin/page_base.html" %}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
{% load i18n %}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     3
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
{% block title %}Django Administration{% endblock %}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     5
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     6
{% block branding %}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     7
<h1 id="site-name">{% trans 'Django administration' %}</h1>
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     8
{% endblock %}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    10
{% block nav-global %}{% endblock %}