Fix path to templates using the new syntax

This commit is contained in:
2023-10-02 12:38:18 +02:00
parent 2efd5ebc9a
commit d2864605b9
3 changed files with 3 additions and 3 deletions

View File

@@ -240,7 +240,7 @@
<div class="social-actions my-4">
<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>
{% block contentActivity %}