Fixed a problem with nomcom classification forms showing too many fields.
- Legacy-Id: 9611
This commit is contained in:
parent
1bced6e46b
commit
869363e0b0
|
@ -757,7 +757,7 @@ FullFeedbackFormSet = forms.modelformset_factory(
|
|||
form=MutableFeedbackForm,
|
||||
can_order=False,
|
||||
can_delete=False,
|
||||
fields='__all__',
|
||||
fields=('type',),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue