changeset 366:5219c7cc5a53

To support #174; add a link to a store flat page on the base template.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Mar 2011 19:40:31 +0000
parents cdfa3ed59600
children cb121a3abf46
files gpp/templates/base.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/templates/base.html	Sat Mar 05 04:17:43 2011 +0000
+++ b/gpp/templates/base.html	Sat Mar 05 19:40:31 2011 +0000
@@ -69,6 +69,7 @@
       <li><a href="{% url 'potd-view' %}">Photo of the Day</a></li>
       <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 'ygroup-thread_index' %}">Yahoo Group</a></li>
    </ul>
    {% include 'core/social_block.html' %}