You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I noticed that page has 2 total_forms variable with same id (you can see that on the picture below).
I do not know what causes that.
In the lines below library tries to update the total_forms variables but since there are multiple same id in the page it only updates the first one so when the formset posted django only handles the second one.
Hi,
I noticed that page has 2 total_forms variable with same id (you can see that on the picture below).
I do not know what causes that.
In the lines below library tries to update the total_forms variables but since there are multiple same id in the page it only updates the first one so when the formset posted django only handles the second one.
django-bootstrap-dynamic-formsets/django_bootstrap_dynamic_formsets/templates/django_bootstrap_dynamic_formsets/dynamic_formsets_js.html
Line 143 in dc926ae
django-bootstrap-dynamic-formsets/django_bootstrap_dynamic_formsets/templates/django_bootstrap_dynamic_formsets/dynamic_formsets_js.html
Line 155 in dc926ae
Because of this issue I was unable to add more lines into database.
The text was updated successfully, but these errors were encountered: