# HG changeset patch # User Lennard de Rijk # Date 1232710835 0 # Node ID 3f9072bab1d41d843f820b6affcdd7e19a92c854 # Parent 295c0d4f6d9873f51095016d6a4ae4a0d4b0c473 Added missing comment to soc/views/models/club.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 295c0d4f6d98 -r 3f9072bab1d4 app/soc/views/models/club.py --- a/app/soc/views/models/club.py Fri Jan 23 11:39:14 2009 +0000 +++ b/app/soc/views/models/club.py Fri Jan 23 11:40:35 2009 +0000 @@ -105,6 +105,7 @@ Args: request: the standard Django HTTP request object + access_type : the name of the access type which should be checked page_name: the page name displayed in templates as page and header title params: a dict with params for this View kwargs: the Key Fields for the specified entity