remove Altnames in accompanyingCourse resume

This commit is contained in:
Mathieu Jaumotte 2021-08-01 13:50:59 +02:00
parent c4a8b85be5
commit 4be4cd7279

View File

@ -63,7 +63,7 @@
<div class="flex-bloc row row-cols-1 g-0"> <div class="flex-bloc row row-cols-1 g-0">
<div class="item-bloc col"> <div class="item-bloc col">
{{ requestor|chill_entity_render_box({ {{ requestor|chill_entity_render_box({
'render': 'bloc', 'addLink': false, 'addEntity': true, 'addInfo': info 'render': 'bloc', 'addLink': false, 'addEntity': true, 'addInfo': info, 'addAltNames': false
}) }} }) }}
</div> </div>
</div> </div>
@ -80,7 +80,7 @@
<div class="item-bloc col"> <div class="item-bloc col">
{% if r.person %} {% if r.person %}
{{ r.person|chill_entity_render_box({ {{ r.person|chill_entity_render_box({
'render': 'bloc', 'addLink': false, 'addEntity': true, 'addInfo': true 'render': 'bloc', 'addLink': false, 'addEntity': true, 'addInfo': true, 'addAltNames': false
}) }} }) }}
{% endif %} {% endif %}
{% if r.thirdParty %} {% if r.thirdParty %}