comparison gpp/templates/base.html @ 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 8e3f252e4fbb
children cb121a3abf46
comparison
equal deleted inserted replaced
365:cdfa3ed59600 366:5219c7cc5a53
67 <li><a href="{% url 'podcast-main' %}">Podcast</a></li> 67 <li><a href="{% url 'podcast-main' %}">Podcast</a></li>
68 <li><a href="{% url 'polls-main' %}">Polls</a></li> 68 <li><a href="{% url 'polls-main' %}">Polls</a></li>
69 <li><a href="{% url 'potd-view' %}">Photo of the Day</a></li> 69 <li><a href="{% url 'potd-view' %}">Photo of the Day</a></li>
70 <li><a href="{% url 'weblinks-main' %}">Links</a></li> 70 <li><a href="{% url 'weblinks-main' %}">Links</a></li>
71 <li><a href="{% url 'haystack_search' %}">Search</a></li> 71 <li><a href="{% url 'haystack_search' %}">Search</a></li>
72 <li><a href="/store/">Store</a></li>
72 <li><a href="{% url 'ygroup-thread_index' %}">Yahoo Group</a></li> 73 <li><a href="{% url 'ygroup-thread_index' %}">Yahoo Group</a></li>
73 </ul> 74 </ul>
74 {% include 'core/social_block.html' %} 75 {% include 'core/social_block.html' %}
75 {% cache 300 potd_block %} 76 {% cache 300 potd_block %}
76 {% photo_of_the_day %} 77 {% photo_of_the_day %}