summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-02 15:32:06 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-02 15:32:06 +0100
commit4ec10b60ee202237c99d12ef410ce6c73c40cf08 (patch)
tree7409b7b45ba8d4a52e31f6b64ab305a6326b8b02
parent1b971637de6693d6721dfcdceaeecefb8f51860b (diff)
downloadIshtar-4ec10b60ee202237c99d12ef410ce6c73c40cf08.tar.bz2
Ishtar-4ec10b60ee202237c99d12ef410ce6c73c40cf08.zip
Treatment: choose treatment file on modify
-rw-r--r--archaeological_finds/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/views.py b/archaeological_finds/views.py
index ef8dfb16b..830a997c6 100644
--- a/archaeological_finds/views.py
+++ b/archaeological_finds/views.py
@@ -382,6 +382,7 @@ treatment_creation_wizard = TreatmentWizard.as_view(
treatment_modification_wizard = TreatmentModificationWizard.as_view(
[('selec-treatment_modification', TreatmentFormSelection),
+ ('file-treatment_modification', TreatmentFormFileChoice),
('basetreatment-treatment_modification', TreatmentModifyForm),
('final-treatment_modification', FinalForm)],
label=_(u"Modify"),