diff gpp/templates/base.html @ 323:0c18dfb1da1c

Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.
author Brian Neal <bgneal@gmail.com>
date Sun, 20 Feb 2011 00:31:54 +0000
parents 2934a867c2ef
children 000c006fee97
line wrap: on
line diff
--- a/gpp/templates/base.html	Sat Feb 12 21:37:17 2011 +0000
+++ b/gpp/templates/base.html	Sun Feb 20 00:31:54 2011 +0000
@@ -1,8 +1,8 @@
-{% load url from future %}
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+{% load url from future %}
 {% load shoutbox_tags %}
 {% load irc_tags %}
 {% load potd_tags %}
@@ -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="{% url 'ygroup-thread_index' %}">Yahoo Group</a></li>
    </ul>
    {% cache 300 potd_block %}
       {% photo_of_the_day %}