From 1fbc04652cb45436d148f539045ef39e1f91fdb3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 13 Oct 2022 15:09:03 +0200 Subject: [PATCH] Rename short to description Add indoor checkbox --- Resources/views/form/_location.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/views/form/_location.html.twig b/Resources/views/form/_location.html.twig index 6d8795b..3824640 100644 --- a/Resources/views/form/_location.html.twig +++ b/Resources/views/form/_location.html.twig @@ -4,7 +4,7 @@
{{ form_row(forms.location.title) }} - {{ form_row(forms.location.short) }} + {{ form_row(forms.location.description) }} {{ form_row(forms.location.address) }} @@ -16,6 +16,8 @@ {{ form_row(forms.location.longitude) }} + {{ form_row(forms.location.indoor) }} + {{ form_row(forms.location.hotspot) }} {{ form_row(forms.location.submit) }} -- 2.41.0