From 96f027e506871e57c78bfcc36725156486884341 Mon Sep 17 00:00:00 2001 From: fdb-hiroshima <35889323+fdb-hiroshima@users.noreply.github.com> Date: Mon, 11 Jun 2018 12:33:32 +0200 Subject: [PATCH] fix double escape --- templates/session/login.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/session/login.html.tera b/templates/session/login.html.tera index 1099b5e8..35da1457 100644 --- a/templates/session/login.html.tera +++ b/templates/session/login.html.tera @@ -7,7 +7,7 @@ Login {% block content %}

Login

{% if message %} -

{{ message | escape }}

+

{{ message }}

{% endif %}