Wraps entire div block in spaceless tag
This commit is contained in:
parent
f48cea3ed9
commit
821d0f49e2
|
@ -31,8 +31,8 @@
|
|||
{% spaceless %}
|
||||
<div class="column box has-background-white-bis content preserve-whitespace">
|
||||
{{ user.summary|to_markdown|safe }}
|
||||
{% endspaceless %}
|
||||
</div>
|
||||
{% endspaceless %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if not is_self and request.user.is_authenticated %}
|
||||
|
|
Loading…
Reference in New Issue