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

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

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) }}