summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms.py
diff options
context:
space:
mode:
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
commit7da8663e91214ecf170a08264f6ea92e74b0d75e (patch)
treebea41ce57eb6d0f4650ff2410a923c45ff620276 /archaeological_finds/forms.py
parentf42835998188f8cb36a8d9d1aa1645e23b0f2647 (diff)
downloadIshtar-7da8663e91214ecf170a08264f6ea92e74b0d75e.tar.bz2
Ishtar-7da8663e91214ecf170a08264f6ea92e74b0d75e.zip
Find search: conservatory comment
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r--archaeological_finds/forms.py2
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(