view bns_website/templates/admin/base_site.html @ 32:b34d5e7affe3

If the review_site exists, display it as the link text; else fall back to the review_url.
author Brian Neal <bgneal@gmail.com>
date Fri, 04 Nov 2011 20:22:35 -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 %}