X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/5b729d4d14c7b480ccf712bd7103e7b7a1945195..3d89735f140e48ac4185eed17f54d0ba9a9fd446:/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 0ac26c3..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) }}
@@ -12,6 +15,8 @@
 
 				{{ form_row(form.rate) }}
 
+				{{ form_row(form.hat) }}
+
 				{{ form_row(form.contact) }}
 
 				{{ form_row(form.donate) }}