flex-table column width auto; overwrite for specific use

This commit is contained in:
2021-08-01 13:43:09 +02:00
parent 1c404e5cb3
commit 4c47105de1
3 changed files with 13 additions and 9 deletions

View File

@@ -36,7 +36,7 @@
{% if participation.enddate is null %}
<div class="item-bloc">
{{ participation.person|chill_entity_render_box({
'render': 'bloc', 'addLink': false, 'addInfo': true,
'render': 'bloc', 'addLink': false, 'addInfo': true, 'addAltNames': false,
'customButtons': { 'before': _self.button_person(participation.person) }
}) }}
</div>