On Friday 27 January 2017 02:22:35 Elgan Frost wrote:

<snip tons of code>

> but I don't understand why this is causing me the error...? Can anyone
> explain what I'm doing wrong here? Is there something wrong with the
> way I have declared `drawing_formset`? How can I resolve this error?

Your total_forms_count is not in sync with the number of formsets.
How? Too much template code and ajax deps to figure out for me, but start 
here[1]. My gut says you're off-by-one because of forloop.counter usage.
-- 
Melvyn Sopacua

--------
[1] 
http://localhost/doc/py-django/html/topics/forms/formsets.html#understanding-the-managementform

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1999612.ccCmOSeX6l%40devstation.
For more options, visit https://groups.google.com/d/optout.

Reply via email to