app/soc/views/models/request.py
changeset 569 96d9655a7538
parent 562 1bf2beedda03
child 572 1b3e7280743a
equal deleted inserted replaced
568:6713617751b4 569:96d9655a7538
    52 
    52 
    53   class Meta:
    53   class Meta:
    54     model = soc.models.request.Request
    54     model = soc.models.request.Request
    55 
    55 
    56     #: list of model fields which will *not* be gathered by the form 
    56     #: list of model fields which will *not* be gathered by the form 
    57     exclude = ['inheritance_line', 'scope', 'scope_path', 'link_id', 'role', 'declined']
    57     exclude = ['scope', 'scope_path', 'link_id', 'role', 'declined']
    58 
    58 
    59   role = forms.CharField(widget=helper.widgets.ReadOnlyInput())
    59   role = forms.CharField(widget=helper.widgets.ReadOnlyInput())
    60 
    60 
    61   user = forms.CharField(
    61   user = forms.CharField(
    62       label=soc.models.request.Request.link_id.verbose_name,
    62       label=soc.models.request.Request.link_id.verbose_name,