Fix path to templates using the new syntax

This commit is contained in:
Julien Fastré 2023-10-02 12:38:18 +02:00
parent 2efd5ebc9a
commit d2864605b9
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
3 changed files with 3 additions and 3 deletions

View File

@ -240,7 +240,7 @@
<div class="social-actions my-4"> <div class="social-actions my-4">
<h2 class="mb-3 visually-hidden">{{ 'Last social actions'|trans }}</h2> <h2 class="mb-3 visually-hidden">{{ 'Last social actions'|trans }}</h2>
{% include 'ChillPersonBundle:AccompanyingCourseWork:list_recent_by_accompanying_period.html.twig' with {'buttonText': false } %} {% include '@ChillPerson/AccompanyingCourseWork/list_recent_by_accompanying_period.html.twig' with {'buttonText': false } %}
</div> </div>
{% block contentActivity %} {% block contentActivity %}

View File

@ -195,7 +195,7 @@
<div class="flex-table">{# new flex-table wrapper #} <div class="flex-table">{# new flex-table wrapper #}
<div <div
class="item-bloc colored{% if displayContent is defined %} {{ displayContent }}{% endif %}{% if itemBlocClass is defined %} {{ itemBlocClass }}{% endif %}"> class="item-bloc colored{% if displayContent is defined %} {{ displayContent }}{% endif %}{% if itemBlocClass is defined %} {{ itemBlocClass }}{% endif %}">
{% include 'ChillPersonBundle:AccompanyingCourseWork:_objectifs_results_evaluations.html.twig' with { {% include '@ChillPerson/AccompanyingCourseWork/_objectifs_results_evaluations.html.twig' with {
'displayContent': displayContent, 'displayContent': displayContent,
'onlyone' : false 'onlyone' : false
} %} } %}

View File

@ -56,7 +56,7 @@
</ul> </ul>
<ul class="small_in_title mb-3 ps-0"> <ul class="small_in_title mb-3 ps-0">
{% include 'ChillPersonBundle:AccompanyingCourseWork:_objectifs_results_evaluations.html.twig' with {} %} {% include '@ChillPerson/AccompanyingCourseWork/_objectifs_results_evaluations.html.twig' with {} %}
</ul> </ul>
<div class="metadata text-end"> <div class="metadata text-end">