# HG changeset patch # User Chris Ridgway # Date 1321240813 21600 # Node ID 12a39a6f52476f371f87515df2943671db416c5d # Parent 59dd574fcfffef78d58605fe279273986a9a0f7d This is a simple change to just make every band it's own hero box. Next up is to try the slider box approach. diff -r 59dd574fcfff -r 12a39a6f5247 bns_website/templates/bands/band_list.html --- a/bns_website/templates/bands/band_list.html Thu Nov 10 23:09:15 2011 -0600 +++ b/bns_website/templates/bands/band_list.html Sun Nov 13 21:20:13 2011 -0600 @@ -13,41 +13,27 @@ $("#accordion").accordion({active: false}); }); - {% endblock %} {% block content %} {% navbar 'bands' %} + +{% for band in object_list %}
-

Band Name Here

- - Click on a band logo below... TODO: Until a band is selected just cycle through the bands over time. - -

Band Site

-
- -
- {% for band in object_list %} -
- - - +{% endfor %} {% endblock %}