summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r--ishtar_common/wizards.py1
1 files changed, 1 insertions, 0 deletions
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)