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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>