diff gpp/templates/bio/members.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 cd4124b19196
children daa2916f5b34
line wrap: on
line diff
--- a/gpp/templates/bio/members.html	Wed Sep 15 03:24:01 2010 +0000
+++ b/gpp/templates/bio/members.html	Thu Sep 16 01:06:43 2010 +0000
@@ -14,9 +14,9 @@
 </p>
 {% if page.object_list %}
 <ul class="tab-nav">
-   <li><a href="{% url bio-members_full type='user' page=1 %}"
+   <li><a href="{% url bio-member_list type='user' %}"
       {% ifequal type "user" %}class="active" {% endifequal %}>User</a></li>
-   <li><a href="{% url bio-members_full type='date' page=1 %}"
+   <li><a href="{% url bio-member_list type='date' %}"
       {% ifequal type "date" %}class="active" {% endifequal %}>Date</a></li>
 </ul>