summaryrefslogtreecommitdiff
path: root/archaeological_files/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-02-13 13:20:45 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-05-06 15:48:16 +0200
commita584b08f7c347af2fb85df86ddd89430c14824c0 (patch)
tree46d9ec7b2553729262c65ff88be09e3cadb7c91d /archaeological_files/wizards.py
parent059ab3c6a713fc9e84f2ff5f57664a407edd0985 (diff)
downloadIshtar-a584b08f7c347af2fb85df86ddd89430c14824c0.tar.bz2
Ishtar-a584b08f7c347af2fb85df86ddd89430c14824c0.zip
Wizard: search on multiple form for current town - Add research files form on archaeological_files_pdl
Diffstat (limited to 'archaeological_files/wizards.py')
-rw-r--r--archaeological_files/wizards.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/wizards.py b/archaeological_files/wizards.py
index 2279fef4f..3ccd6e3d9 100644
--- a/archaeological_files/wizards.py
+++ b/archaeological_files/wizards.py
@@ -38,7 +38,7 @@ class FileWizard(OperationWizard):
model = models.File
object_parcel_type = 'associated_file'
parcel_step_key = 'parcels-'
- town_step_key = 'towns-'
+ town_step_keys = ['towns-']
wizard_done_window = reverse_lazy('show-file')
'''