view bns_website/templates/admin/base_site.html @ 45:2598bc18b6fb

Shamelessly stole Bob's anchor target method. Fixed CSS for reviews so that the top of the review is not clipped by the navbar.
author Chris Ridgway <ckridgway@gmail.com>
date Wed, 09 Nov 2011 23:18:32 -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 %}