Wraps entire div block in spaceless tag

This commit is contained in:
Mouse Reeve 2021-08-21 10:51:07 -07:00
parent f48cea3ed9
commit 821d0f49e2
1 changed files with 1 additions and 1 deletions

View File

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