view bns_website/templates/admin/base_site.html @ 55:c3b4884fe4ea bands-experimental-ui

Added some band images to the Bands page. Note, this requires you to "loaddata bands.json" to install asset information. Added a fancy box effect to the Band images (click to see larger image).
author Chris Ridgway <ckridgway@gmail.com>
date Mon, 14 Nov 2011 23:17:58 -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 %}