From: Raphaƫl Gertz <git@rapsys.eu>
Date: Tue, 4 Oct 2022 05:22:48 +0000 (+0200)
Subject: Add description and indoor
X-Git-Tag: 0.3.0~241
X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/2594a6a5cda379a8d6c173f39bc2c4358600fdf4?hp=83621a799fb84edd717d2fda1eb1c4d01bfd8e21

Add description and indoor
Remove short
---

diff --git a/Resources/views/location/add.html.twig b/Resources/views/location/add.html.twig
index d0c18e8..f774e84 100644
--- a/Resources/views/location/add.html.twig
+++ b/Resources/views/location/add.html.twig
@@ -6,7 +6,7 @@
 			<div>
 				{{ form_row(form.title) }}
 
-				{{ form_row(form.short) }}
+				{{ form_row(form.description) }}
 
 				{{ form_row(form.address) }}
 
@@ -18,6 +18,8 @@
 
 				{{ form_row(form.longitude) }}
 
+				{{ form_row(form.indoor) }}
+
 				{{ form_row(form.hotspot) }}
 
 				{{ form_row(form.submit) }}