summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/templates/login.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<p>Your username and password didn't match. Please try again.</p>
{% endif %}