X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/42d2646c377a92fd92d37e09ef6b733fa9b50946..93e20ff57f7a16552148e7c94db7157560ffde2b:/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 %}