changeset 829:5a00dcf563a8

Bandmap: add "new" image to link in sidebar.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Sep 2014 11:48:23 -0500
parents d02e8d7a0bcd
children b9973588af28
files sg101/templates/base.html
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/templates/base.html	Sun Sep 28 11:21:42 2014 -0500
+++ b/sg101/templates/base.html	Sun Sep 28 11:48:23 2014 -0500
@@ -60,7 +60,8 @@
       <li><a href="{% url 'weblinks-main' %}">Links</a></li>
       <li><a href="{% url 'haystack_search' %}">Search</a></li>
       <li><a href="/store/">Store</a></li>
-      <li><a href="{% url 'bandmap-map' %}">Surf Band Map</a></li>
+      <li><a href="{% url 'bandmap-map' %}">Surf Band Map</a>
+         <img src="{{ STATIC_URL }}icons/new.png" title="New!" alt="New!" /></li>
       <li><a href="http://wiki.surfguitar101.com">Wiki</a></li>
       <li><a href="{% url 'ygroup-thread_index' %}">Yahoo Group</a></li>
    </ul>