Catches a couple translations, hides profile box when empty

This commit is contained in:
Mouse Reeve
2021-03-04 14:27:49 -08:00
parent 577f5db37b
commit e2622d0594
6 changed files with 15 additions and 13 deletions

View File

@ -17,11 +17,11 @@
{% include 'user/user_preview.html' with user=user %}
</div>
{% if user.summary %}
<div class="column box has-background-white-bis content">
{% if user.summary %}
{{ user.summary | to_markdown | safe }}
{% endif %}
</div>
{% endif %}
</div>
{% if not is_self and request.user.is_authenticated %}
{% include 'snippets/follow_button.html' with user=user %}