From 1d82730382ec543e67b60bd6a2b5f023f16d94e3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Feb 2015 13:20:45 +0100 Subject: Wizard: search on multiple form for current town - Add research files form on archaeological_files_pdl --- archaeological_files/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_files/wizards.py') 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') ''' -- cgit v1.2.3