]> Raphaël G. Git Repositories - airbundle/commitdiff
Rename short to description
authorRaphaël Gertz <git@rapsys.eu>
Thu, 13 Oct 2022 13:09:03 +0000 (15:09 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 13 Oct 2022 13:09:03 +0000 (15:09 +0200)
Add indoor checkbox

Resources/views/form/_location.html.twig

index 6d8795be6490d5cc5ebd1bf6e2383e590db0ee5d..3824640a5f1c354377773992cc00252a075fa8c0 100644 (file)
@@ -4,7 +4,7 @@
                <div>
                        {{ 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) }}