X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/911a943ff7bf9855b47370a5274607e1ed7779bd..2de9e441eb89a3d4d8fa4384b2092c94519fcaea:/Resources/views/form/_location.html.twig?ds=inline 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) }}