diff --git a/app/templates/registration/login.html b/app/templates/registration/login.html index 68fbea1..6800ff2 100644 --- a/app/templates/registration/login.html +++ b/app/templates/registration/login.html @@ -2,13 +2,6 @@ {% block title %}Login{% endblock %} {% block content %} -{% if form.errors %} -
- x -

Your username or password was incorrect, please try again.

-
-{% endif %} -