summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-10 17:37:54 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-10 17:37:54 +0200
commit01367ba32a282a439d72c3669613889c579aeb89 (patch)
tree266baf5266b3efef0a8957b47e5fcbf234ba747e /archaeological_finds/forms.py
parentbcc7c18b08411f7b4fc7a48e9cb13fa56cd23fa0 (diff)
downloadIshtar-01367ba32a282a439d72c3669613889c579aeb89.tar.bz2
Ishtar-01367ba32a282a439d72c3669613889c579aeb89.zip
Preservation type disappearing (refs #3752)
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r--archaeological_finds/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py
index 66ea273cf..aa0ae4621 100644
--- a/archaeological_finds/forms.py
+++ b/archaeological_finds/forms.py
@@ -437,9 +437,9 @@ class FindSelect(TableSelect):
self.fields['checked'].choices = \
[('', '--')] + list(models.CHECK_CHOICES)
self.fields['preservation_to_considers'].choices = \
- models.PreservationType.get_types()
+ models.TreatmentType.get_types()
self.fields['preservation_to_considers'].help_text = \
- models.PreservationType.get_help()
+ models.TreatmentType.get_help()
self.fields['integrities'].choices = \
models.IntegrityType.get_types()
self.fields['integrities'].help_text = \