X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/3fd8eaff2cfa6a6643e457a42d3647367fbd54d8..47ac0123a276b130162a20175bb540830860e25c:/Resources/views/snippet/edit.html.twig?ds=inline

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 %}