diff gpp/templates/base.html @ 243:7ddd60164245

For #93: remove the page number from the URL. This commit fixes the shoutbox and member list. It also contains a change to downloads to add pagination to the new, popular, and highest rated views.
author Brian Neal <bgneal@gmail.com>
date Thu, 16 Sep 2010 01:06:43 +0000
parents 1246a4f1ab4f
children bd247db80052
line wrap: on
line diff
--- a/gpp/templates/base.html	Wed Sep 15 03:24:01 2010 +0000
+++ b/gpp/templates/base.html	Thu Sep 16 01:06:43 2010 +0000
@@ -59,7 +59,7 @@
       <li><a href="{% url donations-index %}">Donations</a></li>
       <li><a href="{% url forums-index %}">Forums</a></li>
       <li><a href="{% url irc-main %}">IRC</a></li>
-      <li><a href="{% url bio-members %}">Member List</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 podcast-main %}">Podcast</a></li>