view bns_website/templates/admin/base_site.html @ 11:d5f3bb516fd3

For issue #4, add support for the Django Debug Toolbar if in debug mode.
author Brian Neal <bgneal@gmail.com>
date Sun, 30 Oct 2011 14:51:12 -0500
parents 48ff23eab86a
children
line wrap: on
line source
{% extends "admin/base.html" %}
{% load i18n %}

{% block title %}{{ title }} | {% trans 'Brave New Surf Site Admin' %}{% endblock %}

{% block branding %}
<h1 id="site-name">{% trans 'Brave New Surf Administration' %}</h1>
{% endblock %}

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