Mercurial > public > bravenewsurf
comparison bns_website/templates/bands/band_list.html @ 7:aee309dab2f1
Tweaking some of the text in the navigation bar.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 29 Oct 2011 17:32:23 -0500 |
parents | 48ff23eab86a |
children | f2cb9b2ec552 |
comparison
equal
deleted
inserted
replaced
6:48ff23eab86a | 7:aee309dab2f1 |
---|---|
1 {% extends 'base.html' %} | 1 {% extends 'base.html' %} |
2 {% load core_tags %} | 2 {% load core_tags %} |
3 {% block title %}Bands{% endblock %} | 3 {% block title %}Bands{% endblock %} |
4 {% block content %} | 4 {% block content %} |
5 {% navbar 'bands' %} | 5 {% navbar 'bands' %} |
6 <h1>The Bands</h1> | 6 <h1>Bands</h1> |
7 <p>This is too "wall of text-y", so maybe break it up with band photos. And/or put a javascript slideshow of all the bands up here at the top.</p> | 7 <p>This is too "wall of text-y", so maybe break it up with band photos. And/or put a javascript slideshow of all the bands up here at the top.</p> |
8 <dl> | 8 <dl> |
9 {% for band in object_list %} | 9 {% for band in object_list %} |
10 <dt><a href="{{ band.url }}">{{ band.name }}</a></dt> | 10 <dt><a href="{{ band.url }}">{{ band.name }}</a></dt> |
11 <dd>{{ band.notes|linebreaksbr }}</dd> | 11 <dd>{{ band.notes|linebreaksbr }}</dd> |