X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/42d2646c377a92fd92d37e09ef6b733fa9b50946..f5740340cff3939833c86737b1fbd3fc9ec4a318:/Resources/views/snippet/edit.html.twig?ds=sidebyside

diff --git a/Resources/views/snippet/edit.html.twig b/Resources/views/snippet/edit.html.twig
index 75bf356..0ac26c3 100644
--- a/Resources/views/snippet/edit.html.twig
+++ b/Resources/views/snippet/edit.html.twig
@@ -6,6 +6,22 @@
 			<div>
 				{{ form_row(form.description) }}
 
+				{{ form_row(form.class) }}
+
+				{{ form_row(form.short) }}
+
+				{{ form_row(form.rate) }}
+
+				{{ form_row(form.contact) }}
+
+				{{ form_row(form.donate) }}
+
+				{{ form_row(form.link) }}
+
+				{{ form_row(form.profile) }}
+
+				{{ form_row(form.image) }}
+
 				{{ form_row(form.submit) }}
 
 				{% if form.delete is defined %}