Summary display updates

This commit is contained in:
Kylie
2021-07-31 20:30:21 -04:00
parent 3f01cf8788
commit a6b8d44627
3 changed files with 7 additions and 1 deletions

View File

@ -28,8 +28,10 @@
</div>
{% if user.summary %}
{% spaceless %}
<div class="column box has-background-white-bis content preserve-whitespace">
{{ user.summary|to_markdown|safe }}
{% endspaceless %}
</div>
{% endif %}
</div>