diff gpp/templates/base.html @ 219:26ee684c2033

Initial commit of Haystack search integration. See #51.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Jun 2010 20:46:52 +0000
parents 136719cbcb3c
children 1246a4f1ab4f
line wrap: on
line diff
--- a/gpp/templates/base.html	Tue Jun 01 05:16:40 2010 +0000
+++ b/gpp/templates/base.html	Sat Jun 05 20:46:52 2010 +0000
@@ -41,6 +41,7 @@
       <li>Welcome, <a href="{% url bio-me %}">{{ user.username }}</a></li>
       <li><a href="{% url forums-index %}">Forums</a></li>
       <li>{% unread_messages user %}</li>
+      <li><a href="{% url haystack_search %}">Search</a></li>
       <li><a href="{% url accounts-logout %}">Logout</a></li>
       {% else %}
       <li><a href="{% url accounts-login %}">Login</a></li>
@@ -66,6 +67,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 downloads-index %}">Downloads</a></li>
+      <li><a href="{% url haystack_search %}">Search</a></li>
    </ul>
    {% cache 300 potd_block %}
       {% photo_of_the_day %}