web/ldt/templates/admin/page_base_site.html
author veltr
Thu, 19 Jul 2012 17:30:02 +0200
changeset 82 f00eb382bff1
parent 0 ecdfc63274bf
permissions -rw-r--r--
Bugfixes

{% extends "admin/page_base.html" %}
{% load i18n %}

{% block title %}Django Administration{% endblock %}

{% block branding %}
<h1 id="site-name">{% trans 'Django administration' %}</h1>
{% endblock %}

{% block nav-global %}{% endblock %}