Fix template
parent
60f999a492
commit
4c23d2b984
|
@ -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 New Issue