From 0c3799ce01f5e83aee98756406ebc2c601ff06d6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 23 Sep 2019 10:37:38 +0200 Subject: Find search: conservatory comment --- archaeological_finds/forms.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_finds/forms.py') diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 4d2b399fd..929f1bade 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -918,6 +918,7 @@ class FindSelect(HistorySelect): ]), (_(u"Preservation"), ( "integrities", "remarkabilities", "conservatory_state", + "conservatory_comment", "alterations", "alteration_causes", "preservation_to_considers", "treatment_emergency") ) @@ -1123,6 +1124,7 @@ class FindSelect(HistorySelect): choices=[]) conservatory_state = forms.ChoiceField(label=_(u"Conservatory state"), choices=[]) + conservatory_comment = forms.CharField(label=_("Conservatory comment")) alterations = forms.ChoiceField( label=_(u"Alteration"), choices=[]) alteration_causes = forms.ChoiceField( -- cgit v1.2.3