diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-23 10:37:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-23 10:37:38 +0200 |
commit | 0c3799ce01f5e83aee98756406ebc2c601ff06d6 (patch) | |
tree | bea41ce57eb6d0f4650ff2410a923c45ff620276 /archaeological_finds/forms.py | |
parent | 7376029f4a532c0a1bb6879fba797f5e2e9b5097 (diff) | |
download | Ishtar-0c3799ce01f5e83aee98756406ebc2c601ff06d6.tar.bz2 Ishtar-0c3799ce01f5e83aee98756406ebc2c601ff06d6.zip |
Find search: conservatory comment
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r-- | archaeological_finds/forms.py | 2 |
1 files changed, 2 insertions, 0 deletions
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( |