mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-29 06:51: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 %}
|
{% block content %}
|
||||||
<h1>Login</h1>
|
<h1>Login</h1>
|
||||||
{% if message %}
|
{% if message %}
|
||||||
<p>{{ message | escape }}</p>
|
<p>{{ message }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<label for="email_or_name">Username or email</label>
|
<label for="email_or_name">Username or email</label>
|
||||||
|
|
Loading…
Reference in a new issue