From: Raphaƫl Gertz 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/.gitweb.cgi/airbundle/commitdiff_plain/2594a6a5cda379a8d6c173f39bc2c4358600fdf4 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 @@
{{ 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) }}