bmispelon / django-multiform

Wrap multiple forms into one form-like object
MIT License
23 stars 12 forks source link

Error when using MultiForm in a form wizard #3

Open berislavlopac opened 11 years ago

berislavlopac commented 11 years ago

When using MultiForm as the form in one of the entries of the form_list attribute of the Django's WizardView, I'm getting the following error:

'NoneType' object has no attribute 'itervalues'
laraconda commented 9 years ago

Im having the same problem :c

laraconda commented 9 years ago

I wrote this snippet, only works on a form wizard https://djangosnippets.org/snippets/10528/