Mercurial > public > bravenewsurf
changeset 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 | 92537b487942 |
files | bns_website/templates/bands/band_list.html bns_website/templates/core/navbar_tag.html |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/bns_website/templates/bands/band_list.html Sat Oct 29 17:11:58 2011 -0500 +++ b/bns_website/templates/bands/band_list.html Sat Oct 29 17:32:23 2011 -0500 @@ -3,7 +3,7 @@ {% block title %}Bands{% endblock %} {% block content %} {% navbar 'bands' %} -<h1>The Bands</h1> +<h1>Bands</h1> <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> <dl> {% for band in object_list %}
--- a/bns_website/templates/core/navbar_tag.html Sat Oct 29 17:11:58 2011 -0500 +++ b/bns_website/templates/core/navbar_tag.html Sat Oct 29 17:32:23 2011 -0500 @@ -7,9 +7,9 @@ <li {% if active_tab == "home" %}class="active"{% endif %}><a href="{% url 'home' %}">Home</a></li> <li {% if active_tab == "news" %}class="active"{% endif %}><a href="#">News</a></li> <li {% if active_tab == "reviews" %}class="active"{% endif %}><a href="#">Reviews</a></li> -<li {% if active_tab == "bands" %}class="active"{% endif %}><a href="{% url 'bands' %}">The Bands</a></li> +<li {% if active_tab == "bands" %}class="active"{% endif %}><a href="{% url 'bands' %}">Bands</a></li> <li {% if active_tab == "music" %}class="active"{% endif %}><a href="#">Listen</a></li> -<li {% if active_tab == "videos" %}class="active"{% endif %}><a href="#">Videos</a></li> +<li {% if active_tab == "videos" %}class="active"{% endif %}><a href="#">Watch</a></li> <li {% if active_tab == "buy" %}class="active"{% endif %}><a href="#">Buy</a></li> </ul> </div>