X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/3fd8eaff2cfa6a6643e457a42d3647367fbd54d8..9b7a4d936d277966c912334d534c3937eb9fcfa9:/Resources/views/snippet/edit.html.twig diff --git a/Resources/views/snippet/edit.html.twig b/Resources/views/snippet/edit.html.twig index 82cd5f1..fddf9a3 100644 --- a/Resources/views/snippet/edit.html.twig +++ b/Resources/views/snippet/edit.html.twig @@ -8,6 +8,12 @@ {{ form_row(form.class) }} + {{ form_row(form.short) }} + + {{ form_row(form.rate) }} + + {{ form_row(form.hat) }} + {{ form_row(form.contact) }} {{ form_row(form.donate) }} @@ -16,6 +22,8 @@ {{ form_row(form.profile) }} + {{ form_row(form.image) }} + {{ form_row(form.submit) }} {% if form.delete is defined %}