fix: <br> in profile description are now properly handled

This commit is contained in:
Artemis 2025-02-01 14:56:17 +01:00
parent 746f8fb639
commit 08ffe8c850

View file

@ -58,7 +58,7 @@
<div>
<h2>Description</h3>
<p>{{ profile.description | linebreaksbr }}</p>
<p>{{ profile.description | linebreaksbr | safe }}</p>
</div>
{% endif %}
</div>