X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/airbundle/blobdiff_plain/b97de545e924cd936c76c23147649298e6bc53a6..2de7e7ae20031796b0f1f7dd42664794a6ba9988:/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 a43fa88..741be09 100644
--- a/Resources/views/snippet/edit.html.twig
+++ b/Resources/views/snippet/edit.html.twig
@@ -1,7 +1,10 @@
-{% extends '@RapsysAir/body.html.twig' %}
+{% extends '@RapsysAir/base.html.twig' %}
 {% block content %}
 	<section id="form">
-		<h2>{{ section }}</h2>
+		<header>
+			<h2>{{ title.page }}</h2>
+			<p>{{ description }}</p>
+		</header>
 		{{ form_start(form) }}
 			<div>
 				{{ form_row(form.description) }}
@@ -10,6 +13,10 @@
 
 				{{ form_row(form.short) }}
 
+				{{ form_row(form.rate) }}
+
+				{{ form_row(form.hat) }}
+
 				{{ form_row(form.contact) }}
 
 				{{ form_row(form.donate) }}