You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I need to submit two "forms" with "jquery" because i don't want to put two input buttons in the template.
The problem is that one of them is a model_formset and it needs {{ formset.management_form }}, and i inserted it in the template, but i still receive the error "ValidationError: ManagementForm data is missing or has been tampered with".