summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms.py
diff options
context:
space:
mode:
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(