X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/42d2646c377a92fd92d37e09ef6b733fa9b50946..d6a9714ea923e397fac80b78db5278b88175fc62:/Resources/views/snippet/edit.html.twig

diff --git a/Resources/views/snippet/edit.html.twig b/Resources/views/snippet/edit.html.twig
index 75bf356..fddf9a3 100644
--- a/Resources/views/snippet/edit.html.twig
+++ b/Resources/views/snippet/edit.html.twig
@@ -6,6 +6,24 @@
 			<div>
 				{{ form_row(form.description) }}
 
+				{{ form_row(form.class) }}
+
+				{{ form_row(form.short) }}
+
+				{{ form_row(form.rate) }}
+
+				{{ form_row(form.hat) }}
+
+				{{ 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 %}