From 4801745cf223ccbc0bc76e219069bbbe4071de56 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 17 Mar 2017 10:29:00 +0100 Subject: Wizard container: display container sheet at the end of the process (refs #3428) --- archaeological_operations/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/wizards.py') diff --git a/archaeological_operations/wizards.py b/archaeological_operations/wizards.py index 94aafb87c..5410b37f8 100644 --- a/archaeological_operations/wizards.py +++ b/archaeological_operations/wizards.py @@ -43,7 +43,7 @@ class OperationWizard(Wizard): object_parcel_type = 'operation' parcel_step_key = 'parcels' relations_step_key = 'relations' - # step contening the current(s) town(s) + # step including the current(s) town(s) town_step_keys = ['towns-', 'townsgeneral-'] town_input_id = 'town' # input id of the current(s) town(s) multi_towns = False # true if current town are multi valued -- cgit v1.2.3