summaryrefslogtreecommitdiff
path: root/archaeological_finds/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/views.py')
-rw-r--r--archaeological_finds/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/views.py b/archaeological_finds/views.py
index 20fb8299d..98ac7ee7b 100644
--- a/archaeological_finds/views.py
+++ b/archaeological_finds/views.py
@@ -526,7 +526,7 @@ def treatment_modify(request, pk):
request, 'selec-treatment_modification', 'pk', pk, reset=True)
return redirect(reverse(
'treatment_modification',
- kwargs={'step': 'basetreatment-treatment_modification'}))
+ kwargs={'step': 'file-treatment_modification'}))
def treatment_add(request, pks, treatment_file=None):