]> Raphaël G. Git Repositories - airbundle/commitdiff
Add description and indoor
authorRaphaël Gertz <git@rapsys.eu>
Tue, 4 Oct 2022 05:22:48 +0000 (07:22 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 4 Oct 2022 05:22:48 +0000 (07:22 +0200)
Remove short

Resources/views/location/add.html.twig

index d0c18e870c56cc864c87e6e7123102e53d0b8be6..f774e8480af2148d498ae7a06cccb0e00bff720c 100644 (file)
@@ -6,7 +6,7 @@
                        <div>
                                {{ 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) }}