mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 21:11:01 +00:00
fix double escape
This commit is contained in:
parent
7d9609671c
commit
96f027e506
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue