app/soc/views/models/club_admin.py
changeset 998 125257161908
parent 990 fd1e6afb2d62
child 1007 3b66772d21a5
--- a/app/soc/views/models/club_admin.py	Sun Jan 25 23:35:39 2009 +0000
+++ b/app/soc/views/models/club_admin.py	Mon Jan 26 09:44:00 2009 +0000
@@ -84,6 +84,9 @@
 
     super(View, self).__init__(params=params)
 
+    # register the role with the group_view
+    params['group_view'].registerRole(params['module_name'], self)
+
     # create and store the special form for invited users
     updated_fields = {
         'link_id': forms.CharField(widget=widgets.ReadOnlyInput(),