view mysite/templates/admin/base_site.html @ 28:a404f93a68d3

Decrease by 2 orders of magnitude the number of queries needed to generate the gigs page for the Madeira.
author Brian Neal <bgneal@gmail.com>
date Thu, 31 Mar 2011 00:14:34 +0000
parents 0dcfcdf50c62
children 7d8015de651a
line wrap: on
line source
{% extends "admin/base.html" %}
{% load i18n %}

{% block title %}{{ title }} | {% trans 'Madeira site admin' %}{% endblock %}
{% block extrahead %}
<link rel="shortcut icon" href="/media/images/favicon.ico" type="image/vnd.microsoft.icon" />
{% endblock %}

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

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