diff options
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 23edc32b3..2104938c2 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -708,8 +708,7 @@ class OperationFormGeneral(CustomForm, ManageOldType): pk = forms.IntegerField(required=False, widget=forms.HiddenInput) code_patriarche = forms.CharField(label="Code PATRIARCHE", max_length=500, - widget=OAWidget, - required=False) + widget=OAWidget) drassm_code = forms.CharField( label=_("DRASSM code"), required=False, max_length=100) operation_type = forms.ChoiceField(label=_("Operation type"), |