diff --git a/tests/templates/login.html b/tests/templates/login.html index 0d301600a5..d1aa5f6b7c 100644 --- a/tests/templates/login.html +++ b/tests/templates/login.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}Login{% endblock %} {% block content %} -{% if form.has_errors %} +{% if form.errors %}

Your username and password didn't match. Please try again.

{% endif %}