Bump the default pagination from 10 to 50
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 06 Mar 2009 17:48:49 +0000
changeset 1692 b5d90a03fbe6
parent 1691 c1d5a67e9e33
child 1693 c5691230da01
Bump the default pagination from 10 to 50 Patch by: Sverre Rabbelier
app/soc/views/helper/lists.py
--- a/app/soc/views/helper/lists.py	Fri Mar 06 17:14:05 2009 +0000
+++ b/app/soc/views/helper/lists.py	Fri Mar 06 17:48:49 2009 +0000
@@ -30,7 +30,7 @@
 import soc.views.helper.forms
 
 
-DEF_PAGINATION = 10
+DEF_PAGINATION = 50
 MAX_PAGINATION = 100
 
 DEF_PAGINATION_CHOICES = (