fix double escape

This commit is contained in:
fdb-hiroshima
2018-06-11 12:33:32 +02:00
committed by GitHub
parent 7d9609671c
commit 96f027e506
+1 -1
View File
@@ -7,7 +7,7 @@ Login
{% block content %}
<h1>Login</h1>
{% if message %}
<p>{{ message | escape }}</p>
<p>{{ message }}</p>
{% endif %}
<form method="post">
<label for="email_or_name">Username or email</label>