X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/5b729d4d14c7b480ccf712bd7103e7b7a1945195..b22cd3b27e98582db6c04c5bfe8b5e3272fdf717:/Resources/views/snippet/edit.html.twig diff --git a/Resources/views/snippet/edit.html.twig b/Resources/views/snippet/edit.html.twig index 0ac26c3..741be09 100644 --- a/Resources/views/snippet/edit.html.twig +++ b/Resources/views/snippet/edit.html.twig @@ -1,7 +1,10 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.html.twig' %} {% block content %}
-

{{ section }}

+
+

{{ title.page }}

+

{{ description }}

+
{{ form_start(form) }}
{{ form_row(form.description) }} @@ -12,6 +15,8 @@ {{ form_row(form.rate) }} + {{ form_row(form.hat) }} + {{ form_row(form.contact) }} {{ form_row(form.donate) }}