fix double-escaping on login page and disallow html on summary
This commit is contained in:
parent
daf4de07be
commit
e7cadbf764
@ -28,7 +28,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
{{ user.summary | safe }}
|
||||
{{ user.summary }}
|
||||
</div>
|
||||
|
||||
{% if recents | length != 0 %}
|
||||
|
Loading…
Reference in New Issue
Block a user