web/ldt/templates/admin/page_base_site.html
author veltr
Fri, 25 May 2012 16:32:31 +0200
changeset 68 4def147b1604
parent 0 ecdfc63274bf
permissions -rw-r--r--
Added a visualization of the contents of clusters + mousewheel support

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