app/soc/views/site/user/list.py
changeset 500 44ea4620c5c0
parent 482 839740b061ad
equal deleted inserted replaced
499:d22e4fe8e64b 500:44ea4620c5c0
    40 def all(request, page_name=None, template=DEF_SITE_USER_LIST_ALL_TMPL):
    40 def all(request, page_name=None, template=DEF_SITE_USER_LIST_ALL_TMPL):
    41   """Show a list of all Users (limit rows per page).
    41   """Show a list of all Users (limit rows per page).
    42   
    42   
    43   Args:
    43   Args:
    44     request: the standard Django HTTP request object
    44     request: the standard Django HTTP request object
    45     page: a soc.logic.site.page.Page object which is abstraction that combines 
    45     page_name: the page name displayed in templates as page and header title
    46       a Django view with sidebar menu info
       
    47     template: the "sibling" template (or a search list of such templates)
    46     template: the "sibling" template (or a search list of such templates)
    48       from which to construct an alternate template name (or names)
    47       from which to construct an alternate template name (or names)
    49 
    48 
    50   Returns:
    49   Returns:
    51     A subclass of django.http.HttpResponse which either contains the form to
    50     A subclass of django.http.HttpResponse which either contains the form to