X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/3fd8eaff2cfa6a6643e457a42d3647367fbd54d8..d3c02a8c0ed29240c98bea074ff3c5ff230e30cd:/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 %}