> rendering code in template:
>
>             <div>
>                 {{ formset.management_form|crispy }}
>             </div>
>             <div id="items-form-container">
>             {% for form in formset.forms %}
>             <div id="item-{{ forloop.counter0 }}">
>                 {% crispy form formset.crispy_helper %}
>             </div>
>             {% endfor %}
>             </div>

What does the rendered HTML look like? I think you need to wrap everything
in a set of <form></form> tags.

-James

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2Be%2BciWhT0Ek5YBMFQfZeCCtz%2Bhtg5txFwV699cwTE7yKsz-Zg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to