controller return json to vue via twig; init vue App

This commit is contained in:
2021-05-27 17:36:33 +02:00
parent b89cffce68
commit b1d7e543fc
11 changed files with 138 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
<h2 class="chill-red">{{ "Activity creation"|trans }}</h2>
<h1>{{ "Activity creation"|trans }}</h1>
{{ form_start(form) }}
{{ form_errors(form) }}
@@ -20,7 +20,7 @@
{{ form_row(form.scope) }}
{% endif %}
type..
.. type
{%- if form.reasons is defined -%}
{{ form_row(form.reasons) }}