fix: <br> in profile description are now properly handled
This commit is contained in:
parent
746f8fb639
commit
08ffe8c850
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
<div>
|
||||
<h2>Description</h3>
|
||||
|
||||
<p>{{ profile.description | linebreaksbr }}</p>
|
||||
<p>{{ profile.description | linebreaksbr | safe }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue