app/soc/views/models/club_app.py
changeset 1533 50fb3a9b6615
parent 1430 ff8cc6b15e6a
child 1583 1e4c785f1adf
--- a/app/soc/views/models/club_app.py	Thu Feb 26 17:36:46 2009 +0000
+++ b/app/soc/views/models/club_app.py	Thu Feb 26 18:00:30 2009 +0000
@@ -82,6 +82,7 @@
     new_params['name_plural'] = "Club Applications"
     new_params['name_short'] = "Club App"
     new_params['url_name'] = "club_app"
+    new_params['group_name'] = "Club"
     new_params['group_url_name'] = 'club'
 
     new_params['review_template'] = 'soc/club_app/review.html'