app/soc/views/models/club.py
changeset 1030 a0081c626acb
parent 1025 1f83f05f522b
child 1063 f529113e1bc5
equal deleted inserted replaced
1029:a312e7007811 1030:a0081c626acb
   200 
   200 
   201 
   201 
   202   @decorators.merge_params
   202   @decorators.merge_params
   203   @decorators.check_access
   203   @decorators.check_access
   204   def applyMember(self, request, access_type,
   204   def applyMember(self, request, access_type,
   205                 page_name=None, params=None, **kwargs):
   205                   page_name=None, params=None, **kwargs):
   206     """Shows a list of all clubs and you can choose one to apply to become a member.
   206     """Shows a list of all clubs and you can choose one to apply to become a member.
   207 
   207 
   208     Args:
   208     Args:
   209       request: the standard Django HTTP request object
   209       request: the standard Django HTTP request object
   210       access_type : the name of the access type which should be checked
   210       access_type : the name of the access type which should be checked