comparison bns_website/templates/admin/base_site.html @ 6:48ff23eab86a

Enabled the admin. Created a "bands" app with a band model. Created a generic view to display the bands.
author Brian Neal <bgneal@gmail.com>
date Sat, 29 Oct 2011 17:11:58 -0500
parents
children
comparison
equal deleted inserted replaced
5:04991ccaf30c 6:48ff23eab86a
1 {% extends "admin/base.html" %}
2 {% load i18n %}
3
4 {% block title %}{{ title }} | {% trans 'Brave New Surf Site Admin' %}{% endblock %}
5
6 {% block branding %}
7 <h1 id="site-name">{% trans 'Brave New Surf Administration' %}</h1>
8 {% endblock %}
9
10 {% block nav-global %}{% endblock %}