diff --git a/passbook/core/templates/partials/form_login.html b/passbook/core/templates/partials/form_login.html index 1129396a8..608bd9154 100644 --- a/passbook/core/templates/partials/form_login.html +++ b/passbook/core/templates/partials/form_login.html @@ -40,17 +40,10 @@ {% endif %} {% endif %} {% for error in field.errors %} -
-
-
-
- -
- - {{ error }} - -
-
+
+
+ + {{ error }}
{% endfor %}