view mysite/templates/admin/base_site.html @ 88:7245c769e31e django1.3

Close this branch. I'm not sure if I merged it correctly to the default branch, because the graphlog doesn't look right. But the changes were made to default somehow. So closing this off to prevent future confusion.
author Brian Neal <bgneal@gmail.com>
date Sat, 13 Apr 2013 18:08:19 -0500
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 %}