summaryrefslogtreecommitdiff
path: root/archaeological_finds/wizards.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/wizards.py')
-rw-r--r--archaeological_finds/wizards.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py
index 8a6b92440..e307320f1 100644
--- a/archaeological_finds/wizards.py
+++ b/archaeological_finds/wizards.py
@@ -79,8 +79,9 @@ class FindDeletionWizard(DeletionWizard):
model = models.Find
fields = ['label', 'material_types', 'datings', 'find_number',
'object_types', 'description', 'conservatory_state', 'mark',
- 'preservation_to_considers', 'integrities', 'volume',
- 'weight', 'length', 'width', 'height', 'diameter', 'comment']
+ 'preservation_to_considers', 'integrities', 'remarkabilities',
+ 'volume', 'weight', 'length', 'width', 'height', 'diameter',
+ 'comment']
class TreatmentWizard(Wizard):