X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/airbundle/blobdiff_plain/5d7fa54b439904cfb79ac1fe4b81ab7f53433874..2594a6a5cda379a8d6c173f39bc2c4358600fdf4:/Resources/views/location/add.html.twig?ds=inline 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) }}