Mercurial > public > bravenewsurf
view bns_website/templates/admin/base_site.html @ 9:f2cb9b2ec552
Added generic views for music, videos, and the buy page with placeholder text.
Fix typo in bands.json.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 29 Oct 2011 22:31:42 -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 %}