Relative Content

Tag Archive for pythondjangoforms

My form doesn’t return any errors in Django

I am a Django developer, and I am trying to put two forms in one HTML file(register and login forms), but when I write an invalid input into them, they don’t return any errors.

My form doesn’t return any error in django

I am a Django developer and I am trying two put two forms in one html file(register and login forms), but when I write an invalid input into them, they didn’t return any error.
views.py