From 4845280f685896eafd6c4e7794e5123818e92762 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Jun 2015 23:12:47 +0200 Subject: Fix town listing on parcel form (refs #2534) --- archaeological_operations/wizards.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_operations/wizards.py') diff --git a/archaeological_operations/wizards.py b/archaeological_operations/wizards.py index 01f15886d..59eb1d554 100644 --- a/archaeological_operations/wizards.py +++ b/archaeological_operations/wizards.py @@ -39,7 +39,8 @@ class OperationWizard(Wizard): model = models.Operation object_parcel_type = 'operation' parcel_step_key = 'parcelsgeneral-' - town_step_keys = ['towns-'] # step contening the current(s) town(s) + # step contening the current(s) town(s) + town_step_keys = ['towns-', 'townsgeneral-'] town_input_id = 'town' # input id of the current(s) town(s) multi_towns = True # true if current town are multi wizard_done_window = reverse_lazy('show-operation') -- cgit v1.2.3