diff options
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 |
commit | 9280bb827781a630887bd98f7024f8ecf715367a (patch) | |
tree | 3f8c924ba2fa9e4ba5fe7fe35baf09deb9d27e2b /archaeological_finds/wizards.py | |
parent | ee698f8f1bc5b2a845396a08d577988d5d9ec9e8 (diff) | |
download | Ishtar-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.py | 5 |
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): |