web/ldt/templates/admin/page_base_site.html
author veltr
Tue, 13 Aug 2013 11:14:25 +0200
changeset 87 4dc63e325f48
parent 0 ecdfc63274bf
permissions -rw-r--r--
Removed editing functions

{% 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 %}