app/soc/views/models/club_admin.py
changeset 998 125257161908
parent 990 fd1e6afb2d62
child 1007 3b66772d21a5
equal deleted inserted replaced
997:d4ba019f1f8b 998:125257161908
    82 
    82 
    83     params = dicts.merge(params, new_params)
    83     params = dicts.merge(params, new_params)
    84 
    84 
    85     super(View, self).__init__(params=params)
    85     super(View, self).__init__(params=params)
    86 
    86 
       
    87     # register the role with the group_view
       
    88     params['group_view'].registerRole(params['module_name'], self)
       
    89 
    87     # create and store the special form for invited users
    90     # create and store the special form for invited users
    88     updated_fields = {
    91     updated_fields = {
    89         'link_id': forms.CharField(widget=widgets.ReadOnlyInput(),
    92         'link_id': forms.CharField(widget=widgets.ReadOnlyInput(),
    90             required=False)}
    93             required=False)}
    91 
    94