diff options
-rw-r--r-- | archaeological_finds/forms_treatments.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/forms_treatments.py b/archaeological_finds/forms_treatments.py index 6627a3658..f73672967 100644 --- a/archaeological_finds/forms_treatments.py +++ b/archaeological_finds/forms_treatments.py @@ -99,7 +99,7 @@ class BaseTreatmentForm(ManageOldType, forms.Form): treatment_type = forms.MultipleChoiceField( label=_(u"Treatment type"), choices=[], widget=widgets.CheckboxSelectMultiple) - treatment_state = forms.ChoiceField(label=_(u"Treatment state"), + treatment_state = forms.ChoiceField(label=_(u"State"), choices=[], required=False) target_is_basket = forms.NullBooleanField(label=_(u"Target")) person = forms.IntegerField( |