From 7ba31396a8cf7e523537e8f6fb1d8bc4cc41ea12 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 11 Dec 2018 18:31:27 +0100 Subject: Manage treatment state and effective execution --- archaeological_finds/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_finds/views.py') 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): -- cgit v1.2.3