From 6d02b3f9e5a2e2b525d834cbf310c352e950606c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 7 Jan 2014 00:02:20 +0100 Subject: Archaeological sites: fix wizard management (refs #1586) --- ishtar_common/wizards.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/wizards.py') diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index b775a0a36..d29a8458f 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -252,6 +252,7 @@ class Wizard(NamedUrlWizardView): def done(self, form_list, return_object=False, **kwargs): """Save to the model""" dct, m2m, whole_associated_models = {}, [], [] + # base_model for M2M for form in form_list: if not form.is_valid(): return self.render(form) -- cgit v1.2.3