diff --git a/templates/zephyr/login.html b/templates/zephyr/login.html index 4e8823d86a..d7d41d514f 100644 --- a/templates/zephyr/login.html +++ b/templates/zephyr/login.html @@ -16,7 +16,9 @@ autofocus('#id_username'); {% if form.errors %}
- Your email and password didn't match. Please try again. + {% for error in form.errors.values %} +
{{ error | striptags }}
+ {% endfor %}
{% endif %}