X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/c9205e10871b002c9bda82183b4be817e57369af..5e21781a7e3a4b35161279c1223215aed74238f6:/Resources/views/snippet/edit.html.twig diff --git a/Resources/views/snippet/edit.html.twig b/Resources/views/snippet/edit.html.twig index 75bf356..82cd5f1 100644 --- a/Resources/views/snippet/edit.html.twig +++ b/Resources/views/snippet/edit.html.twig @@ -6,6 +6,16 @@
{{ form_row(form.description) }} + {{ form_row(form.class) }} + + {{ form_row(form.contact) }} + + {{ form_row(form.donate) }} + + {{ form_row(form.link) }} + + {{ form_row(form.profile) }} + {{ form_row(form.submit) }} {% if form.delete is defined %}