app/soc/views/models/group.py
changeset 1430 ff8cc6b15e6a
parent 1361 228061de9e8d
child 1640 c63fb0240203
equal deleted inserted replaced
1429:cfa0c3f2dc19 1430:ff8cc6b15e6a
    58 
    58 
    59     new_params = {}
    59     new_params = {}
    60 
    60 
    61     new_params['extra_dynaexclude'] = ['founder','home', 'tos',
    61     new_params['extra_dynaexclude'] = ['founder','home', 'tos',
    62                                        'member_template', 'status']
    62                                        'member_template', 'status']
    63     new_params['edit_extra_dynafields'] = {
    63     new_params['edit_extra_dynaproperties'] = {
    64         'founded_by': forms.CharField(widget=widgets.ReadOnlyInput(),
    64         'founded_by': forms.CharField(widget=widgets.ReadOnlyInput(),
    65                                    required=False),
    65                                    required=False),
    66         }
    66         }
    67 
    67 
    68     #set the extra_django_patterns and include the one from params
    68     #set the extra_django_patterns and include the one from params