better twig extends path syntax

This commit is contained in:
2021-07-12 10:32:48 +02:00
parent 17ff80c39c
commit c1ede921ff
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'ChillPersonBundle:AccompanyingCourse:layout.html.twig' %}
{% extends '@ChillPerson/AccompanyingCourse/layout.html.twig' %}
{% set title = 'DRAFT' == accompanyingCourse.step ? 'New accompanying course' : 'Edit accompanying course' %}