Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
242:7e8d2dda99e3 | 243:7ddd60164245 |
---|---|
57 <li><a href="{% url gcalendar-index %}">Calendar</a></li> | 57 <li><a href="{% url gcalendar-index %}">Calendar</a></li> |
58 <li><a href="{% url contact-form %}">Contact</a></li> | 58 <li><a href="{% url contact-form %}">Contact</a></li> |
59 <li><a href="{% url donations-index %}">Donations</a></li> | 59 <li><a href="{% url donations-index %}">Donations</a></li> |
60 <li><a href="{% url forums-index %}">Forums</a></li> | 60 <li><a href="{% url forums-index %}">Forums</a></li> |
61 <li><a href="{% url irc-main %}">IRC</a></li> | 61 <li><a href="{% url irc-main %}">IRC</a></li> |
62 <li><a href="{% url bio-members %}">Member List</a></li> | 62 <li><a href="{% url bio-member_list type='user' %}">Member List</a></li> |
63 <li><a href="{% url membermap-index %}">Member Map</a></li> | 63 <li><a href="{% url membermap-index %}">Member Map</a></li> |
64 <li><a href="{% url messages-inbox %}">Private Messages</a></li> | 64 <li><a href="{% url messages-inbox %}">Private Messages</a></li> |
65 <li><a href="{% url podcast-main %}">Podcast</a></li> | 65 <li><a href="{% url podcast-main %}">Podcast</a></li> |
66 <li><a href="{% url polls-main %}">Polls</a></li> | 66 <li><a href="{% url polls-main %}">Polls</a></li> |
67 <li><a href="{% url potd-view %}">Photo of the Day</a></li> | 67 <li><a href="{% url potd-view %}">Photo of the Day</a></li> |