use renderbox in activity list recent

This commit is contained in:
Julien Fastré 2022-02-01 22:36:26 +01:00
parent d8929a6222
commit 5fef4048a4

View File

@ -41,7 +41,7 @@
{% if activity.user and t.userVisible %}
<li>
<span class="item-key">{{ 'Referrer'|trans ~ ': ' }}</span>
<b>{{ activity.user.usernameCanonical }}</b>
<b>{{ activity.user|chill_entity_render_box}}</b>
</li>
{% endif %}