Catches a couple translations, hides profile box when empty
This commit is contained in:
parent
577f5db37b
commit
e2622d0594
6 changed files with 15 additions and 13 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue