sf4, repair errors and make basic and admin chill pages works

This commit is contained in:
Tchama 2020-07-30 17:34:45 +02:00
parent 09a2cea83b
commit bf3c9ead2d
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
#}
{% extends "ChillPersonBundle::layout.html.twig" %}
{% import 'ChillMainBundle:Address:macro.html.twig' as address_macros %}
{% import '@ChillMain/Address/macro.html.twig' as address_macros %}
{% set activeRouteKey = '' %}

View File

@ -24,7 +24,7 @@
<h1>{{ 'Update details for %name%'|trans({ '%name%': person.firstName|capitalize ~ ' ' ~ person.lastName|capitalize } ) }}</h1>
{% form_theme form 'ChillMainBundle:Form:fields.html.twig' %}
{% form_theme form '@ChillMain/Form/fields.html.twig' %}
{{ form_start(form) }}

View File

@ -16,7 +16,7 @@
#}
{% extends "ChillPersonBundle::layout.html.twig" %}
{% import 'ChillMainBundle:Address:macro.html.twig' as address %}
{% import '@ChillMain/Address/macro.html.twig' as address %}
{% set activeRouteKey = 'chill_person_view' %}