mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-20 07:06:41 +00:00
Wraps entire div block in spaceless tag
This commit is contained in:
parent
f48cea3ed9
commit
821d0f49e2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue