view bns_website/templates/admin/base_site.html @ 75:b4c5b04c4209

Fix some validation problems (extra </div>, "px" in image size & width). Made the headlines bigger. Ferenc didn't want the track listing centered over the 2 columns.
author Brian Neal <bgneal@gmail.com>
date Wed, 23 Nov 2011 21:14:49 -0600
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 %}