From a82ae23015f8036919bae3c4a4e133e9045e6fcc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 21 Oct 2012 22:49:56 +0200 Subject: Djangoization - Major refactoring (step 14) * Fix formset UI. * Fix formset towns. * Clean-up --- archaeological_operations/wizards.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'archaeological_operations/wizards.py') diff --git a/archaeological_operations/wizards.py b/archaeological_operations/wizards.py index 66469b5b7..3281a5723 100644 --- a/archaeological_operations/wizards.py +++ b/archaeological_operations/wizards.py @@ -36,9 +36,7 @@ class OperationWizard(Wizard): templates = super(OperationWizard, self).get_template_names() current_step = self.steps. current if current_step.startswith('towns-'): - # vérifier que le context_data est bien chargé - #templates = ['ishtar/wizard/towns_wizard.html'] + templates - templates = ['ishtar/wizar/towns_wizard.html'] + templates + templates = ['ishtar/wizard/towns_wizard.html'] + templates return templates def get_context_data(self, form, **kwargs): -- cgit v1.2.3