Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83621a7
)
Add description and indoor
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 4 Oct 2022 05:22:48 +0000
(07:22 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 4 Oct 2022 05:22:48 +0000
(07:22 +0200)
Remove short
Resources/views/location/add.html.twig
patch
|
blob
|
history
diff --git
a/Resources/views/location/add.html.twig
b/Resources/views/location/add.html.twig
index d0c18e870c56cc864c87e6e7123102e53d0b8be6..f774e8480af2148d498ae7a06cccb0e00bff720c 100644
(file)
--- a/
Resources/views/location/add.html.twig
+++ b/
Resources/views/location/add.html.twig
@@
-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) }}