Fix template

This commit is contained in:
Thomas Sileo 2022-07-27 19:41:11 +02:00
parent 60f999a492
commit 4c23d2b984

View file

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