fix double-escaping on login page and disallow html on summary

This commit is contained in:
Trinity Pointard 2018-06-10 21:56:55 +02:00 committed by Your Name
parent daf4de07be
commit e7cadbf764
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
</div>
<div>
{{ user.summary | safe }}
{{ user.summary }}
</div>
{% if recents | length != 0 %}