summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-06-10 23:12:47 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-06-10 23:12:47 +0200
commit4845280f685896eafd6c4e7794e5123818e92762 (patch)
treec28b0031165a92a2632eb10895becb30f33406c0 /archaeological_operations
parent85d7a9c7ed6da4d9d07e2a0dfadc2034be55ec85 (diff)
downloadIshtar-4845280f685896eafd6c4e7794e5123818e92762.tar.bz2
Ishtar-4845280f685896eafd6c4e7794e5123818e92762.zip
Fix town listing on parcel form (refs #2534)
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/wizards.py3
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')