From 8e46767ffb39228118968f8da2349c1e28164171 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 15 Aug 2016 18:02:54 +0200 Subject: Finds: add remarkability - model, forms, admin, search and sheet (refs #2686) --- archaeological_finds/wizards.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archaeological_finds/wizards.py') 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): -- cgit v1.2.3