[Answered ]-How to pass two forms from one generic class in django

1👍

You can use a MultiformView to use multiple forms in a form view.

Checkout this package: https://github.com/TimBest/django-multi-form-view

Leave a comment