Fix template
This commit is contained in:
parent
60f999a492
commit
4c23d2b984
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue