About Submit Buttons Outside of Forms
You can place a submit button outside a form and refer to the form by its id with the form
attribute.
<button form="id_my_form">Save</button>
<form id="id_my_form" action="" method="post">
...
</form>
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You