diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-17 10:29:00 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-17 10:29:00 +0100 | 
| commit | 5ce9e1b4823b9a389812122e4faea56e4d9af7e7 (patch) | |
| tree | 31872b0875eefc5ad18ab54c026542752498fec6 /archaeological_operations/wizards.py | |
| parent | 3bceceddcbb8eb08b5e37de0afe2aafc3f90abf7 (diff) | |
| download | Ishtar-5ce9e1b4823b9a389812122e4faea56e4d9af7e7.tar.bz2 Ishtar-5ce9e1b4823b9a389812122e4faea56e4d9af7e7.zip | |
Wizard container: display container sheet at the end of the process (refs #3428)
Diffstat (limited to 'archaeological_operations/wizards.py')
| -rw-r--r-- | archaeological_operations/wizards.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
