mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-23 10:30:41 +00:00
fix double-escaping on login page and disallow html on summary
This commit is contained in:
parent
daf4de07be
commit
e7cadbf764
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
|
||||
<div>
|
||||
{{ user.summary | safe }}
|
||||
{{ user.summary }}
|
||||
</div>
|
||||
|
||||
{% if recents | length != 0 %}
|
||||
|
|
Loading…
Reference in a new issue