From 4611f79b44bacd2cf9bf0c57543e478f0d18a4b5 Mon Sep 17 00:00:00 2001 From: RubenPX Date: Tue, 12 Apr 2022 14:12:21 +0200 Subject: [PATCH] lint --- ereuse_devicehub/templates/ereuse_devicehub/user_login.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 %}

{% endif %} @@ -35,8 +35,7 @@
- +
Please enter your email.