better logic: move person layout template in views/Person folder

like others contexts :
* accompanyingCourse
* household
This commit is contained in:
2021-07-12 10:38:31 +02:00
parent c1ede921ff
commit 2244c58ec2
53 changed files with 53 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
{% extends "@ChillPerson/layout.html.twig" %}
{% extends "@ChillPerson/Person/layout.html.twig" %}
{% set activeRouteKey = null %}

View File

@@ -1,4 +1,4 @@
{% extends "@ChillPerson/layout.html.twig" %}
{% extends "@ChillPerson/Person/layout.html.twig" %}
{% set activeRouteKey = 'chill_person_accompanying_period_list' %}

View File

@@ -1,4 +1,4 @@
{% extends "@ChillPerson/layout.html.twig" %}
{% extends "@ChillPerson/Person/layout.html.twig" %}
{% set activeRouteKey = 'chill_person_accompanying_period_list' %}