diff --git a/templates/zephyr/login.html b/templates/zephyr/login.html index 168b99778d..3dcbbcf8d4 100644 --- a/templates/zephyr/login.html +++ b/templates/zephyr/login.html @@ -9,7 +9,9 @@ autofocus('#id_username');

Log in

{% if form.errors %} -

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

+
+ Your username and password didn't match. Please try again. +
{% endif %}