diff -r 9bd78a5073c2 -r 843d83b87282 app/soc/views/site/user/list.py --- a/app/soc/views/site/user/list.py Thu Oct 16 15:12:00 2008 +0000 +++ b/app/soc/views/site/user/list.py Thu Oct 16 15:22:41 2008 +0000 @@ -38,11 +38,13 @@ DEF_SITE_USER_LIST_ALL_TMPL = 'soc/site/user/list/all.html' -def all(request, template=DEF_SITE_USER_LIST_ALL_TMPL): +def all(request, page=None, template=DEF_SITE_USER_LIST_ALL_TMPL): """Show a list of all Users (limit rows per page). Args: request: the standard Django HTTP request object + page: a soc.logic.site.page.Page object which is abstraction that combines + a Django view with sidebar menu info template: the "sibling" template (or a search list of such templates) from which to construct an alternate template name (or names)