diff gpp/templates/base.html @ 429:d0f0800eef0c

Making the jquery tabbed version of the messages app the current version and removing the old. Also figured out how to dynamically update the base template's count of unread messages when messages are read.
author Brian Neal <bgneal@gmail.com>
date Tue, 03 May 2011 02:56:58 +0000
parents 6309814cd6f7
children 772ce9385b85
line wrap: on
line diff
--- a/gpp/templates/base.html	Sun May 01 02:11:48 2011 +0000
+++ b/gpp/templates/base.html	Tue May 03 02:56:58 2011 +0000
@@ -65,7 +65,7 @@
       <li><a href="{% url 'irc-main' %}">IRC</a></li>
       <li><a href="{% url 'bio-member_list' type='user' %}">Member List</a></li>
       <li><a href="{% url 'membermap-index' %}">Member Map</a></li>
-      <li><a href="{% url 'messages-inbox' %}">Private Messages</a></li>
+      <li><a href="{% url 'messages-index' %}">Private Messages</a></li>
       <li><a href="{% url 'podcast-main' %}">Podcast</a></li>
       <li><a href="{% url 'polls-main' %}">Polls</a></li>
       <li><a href="{% url 'potd-view' %}">Photo of the Day</a></li>