Mercurial > public > bravenewsurf
view bns_website/templates/admin/base_site.html @ 46:51c01a3cb2f2
Added a paragraph tag around the "no reviews" case in the review template.
author | Chris Ridgway <ckridgway@gmail.com> |
---|---|
date | Wed, 09 Nov 2011 23:24:34 -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 %}