app/soc/views/models/club.py
changeset 907 3786030d5952
parent 896 445f3e8a44d9
child 919 3f9072bab1d4
equal deleted inserted replaced
906:275d2f457c50 907:3786030d5952
    98     params['applicant_create_form'] = applicant_create_form
    98     params['applicant_create_form'] = applicant_create_form
    99 
    99 
   100   @decorators.merge_params
   100   @decorators.merge_params
   101   @decorators.check_access
   101   @decorators.check_access
   102   def applicant(self, request, access_type,
   102   def applicant(self, request, access_type,
   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       page_name: the page name displayed in templates as page and header title
   108       page_name: the page name displayed in templates as page and header title