summaryrefslogtreecommitdiff
path: root/archaeological_finds/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-15 18:02:54 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-15 18:02:54 +0200
commit9280bb827781a630887bd98f7024f8ecf715367a (patch)
tree3f8c924ba2fa9e4ba5fe7fe35baf09deb9d27e2b /archaeological_finds/wizards.py
parentee698f8f1bc5b2a845396a08d577988d5d9ec9e8 (diff)
downloadIshtar-9280bb827781a630887bd98f7024f8ecf715367a.tar.bz2
Ishtar-9280bb827781a630887bd98f7024f8ecf715367a.zip
Finds: add remarkability - model, forms, admin, search and sheet (refs #2686)
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):