From 2594a6a5cda379a8d6c173f39bc2c4358600fdf4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 4 Oct 2022 07:22:48 +0200 Subject: [PATCH] Add description and indoor Remove short --- Resources/views/location/add.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@
{{ 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) }} -- 2.41.0