Author: sevein
Date: Fri Oct  8 05:25:21 2010
New Revision: 26

Log:
Add page parameter to pager routes.

Modified:
   trunk/urls.py

Modified: trunk/urls.py
==============================================================================
--- trunk/urls.py       Fri Oct  8 04:53:34 2010        (r25)
+++ trunk/urls.py       Fri Oct  8 05:25:21 2010        (r26)
@@ -30,5 +30,5 @@
 
     # Report
     (r'^report/$', report),
-    (r'^report/(?P<page>\d+)/$', report),
+    (r'^report/page/(?P<page>\d+)/$', report),
 )

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to