diff options
| -rw-r--r-- | archaeological_operations/wizards.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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') | 
