Merge remote-tracking branch 'origin/master' into issue412_413_activity

This commit is contained in:
2022-01-31 14:22:34 +01:00
97 changed files with 1982 additions and 369 deletions

View File

@@ -48,7 +48,7 @@
<li class="associated-persons">
<span class="item-key">{{ 'Participants'|trans ~ ' : ' }}</span>
{% for p in activity.personsAssociated %}
<span class="badge-person">{{ p|chill_entity_render_box }}</span>
<span class="badge-person">{{ p|chill_entity_render_box({'addAgeBadge': true}) }}</span>
{% endfor %}
</li>
</ul>