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.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py
index 42d734526..bb2d1042e 100644
--- a/archaeological_finds/wizards.py
+++ b/archaeological_finds/wizards.py
@@ -121,6 +121,14 @@ class TreatmentModificationWizard(TreatmentWizard):
modification = True
+class TreatmentDeletionWizard(DeletionWizard):
+ model = models.Treatment
+ fields = ['label', 'other_reference', 'year', 'index',
+ 'treatment_types', 'location', 'person', 'organization',
+ 'external_id', 'comment', 'description',
+ 'goal', 'start_date', 'end_date', 'container']\
+
+
class FindSourceWizard(SourceWizard):
wizard_done_window = reverse_lazy('show-findsource')
model = models.FindSource