Working on a simple project using Django, and just finished the login/register form. What I'm trying to do is to show up the errors when the user doesn't do something in the right way(ex: not matching the password)
I did the login/register form by using this library from django.contrib.auth import authenticate, login, logout and It did pretty well.
How can I show the errors in the template?