X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/c1837dbbb99ef2c4ce2ad04ff967aa936a26e4db..b97de545e924cd936c76c23147649298e6bc53a6:/Resources/views/snippet/edit.html.twig diff --git a/Resources/views/snippet/edit.html.twig b/Resources/views/snippet/edit.html.twig index 82cd5f1..a43fa88 100644 --- a/Resources/views/snippet/edit.html.twig +++ b/Resources/views/snippet/edit.html.twig @@ -8,6 +8,8 @@ {{ form_row(form.class) }} + {{ form_row(form.short) }} + {{ form_row(form.contact) }} {{ form_row(form.donate) }} @@ -16,6 +18,8 @@ {{ form_row(form.profile) }} + {{ form_row(form.image) }} + {{ form_row(form.submit) }} {% if form.delete is defined %}