diff --git a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html index 78b17244..400ef355 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html @@ -24,7 +24,7 @@ {% if form.form_errors %}
{% for error in form.form_errors %}
- {{ error }}
+ {{ error }}
{% endfor %}