Получил ошибку "django local variable 'form' referenced before assignment" в форме django

When I have only one form in view.py it works, but when I add another form I got this error.
Error
Forms.py

Views.py

Вернуться на верх