app/soc/views/models/club.py
changeset 919 3f9072bab1d4
parent 907 3786030d5952
child 934 9fcc08971efe
equal deleted inserted replaced
918:295c0d4f6d98 919:3f9072bab1d4
   103                 page_name=None, params=None, **kwargs):
   103                 page_name=None, params=None, **kwargs):
   104     """Handles the creation of a club via an approved club application.
   104     """Handles the creation of a club via an approved club application.
   105 
   105 
   106     Args:
   106     Args:
   107       request: the standard Django HTTP request object
   107       request: the standard Django HTTP request object
       
   108       access_type : the name of the access type which should be checked
   108       page_name: the page name displayed in templates as page and header title
   109       page_name: the page name displayed in templates as page and header title
   109       params: a dict with params for this View
   110       params: a dict with params for this View
   110       kwargs: the Key Fields for the specified entity
   111       kwargs: the Key Fields for the specified entity
   111     """
   112     """
   112 
   113