view bns_website/templates/admin/base_site.html @ 31:9b62e4eef794

Now that we have HTML as review content, must avoid styling <ul> & <li> in review content.
author Brian Neal <bgneal@gmail.com>
date Fri, 04 Nov 2011 20:08:45 -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 %}