From e7740dc93716fc5180ba080026202343eba83c6f Mon Sep 17 00:00:00 2001 From: Piotr Kopycki Date: Tue, 1 Feb 2022 11:33:15 +0100 Subject: [PATCH] Change password error color fix --- templates/changePassword.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/changePassword.html b/templates/changePassword.html index 019f0f9..80e048b 100644 --- a/templates/changePassword.html +++ b/templates/changePassword.html @@ -11,7 +11,7 @@

{% if messages %} {% for message in messages %} -
{{ message|safe }}
+
{{ message|safe }}
{% endfor %} {% endif %}