Fix template

This commit is contained in:
Thomas Sileo 2022-07-27 19:41:11 +02:00
parent 60f999a492
commit 4c23d2b984
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@
</a>
</div>
{% if actor.summary %}
{% if with_details and actor.summary %}
<div class="p-note">
{{ actor.summary | clean_html(actor) | safe }}
</div>