[Python-checkins] r59301 - tracker/instances/python-dev/html/page.html

erik.forsberg python-checkins at python.org
Mon Dec 3 21:02:23 CET 2007


Author: erik.forsberg
Date: Mon Dec  3 21:02:22 2007
New Revision: 59301

Modified:
   tracker/instances/python-dev/html/page.html
Log:
Fix issue170, "Pagination sticks around when switching queries".


Modified: tracker/instances/python-dev/html/page.html
==============================================================================
--- tracker/instances/python-dev/html/page.html	(original)
+++ tracker/instances/python-dev/html/page.html	Mon Dec  3 21:02:22 2007
@@ -150,6 +150,7 @@
       'status': status_notresolved,
       'assignee': request.user.id,
       '@dispname': i18n.gettext('Your Issues'),
+      '@startwith': 0,
      })"
     i18n:translate="">Your Issues</a>
     </li>


More information about the Python-checkins mailing list