Rapsys Git
/
airbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update fixtures
[airbundle]
/
Resources
/
views
/
form
/
_location.html.twig
diff --git
a/Resources/views/form/_location.html.twig
b/Resources/views/form/_location.html.twig
index 284c2e8b45911f551bb00b634f7cc7b8c591de2f..3824640a5f1c354377773992cc00252a075fa8c0 100644
(file)
--- a/
Resources/views/form/_location.html.twig
+++ b/
Resources/views/form/_location.html.twig
@@
-1,10
+1,10
@@
<section>
<section>
- <h2>{% trans %}
Modify
{% endtrans %}</h2>
+ <h2>{% trans %}
Add
{% endtrans %}</h2>
{{ form_start(forms.location) }}
<div>
{{ form_row(forms.location.title) }}
{{ form_start(forms.location) }}
<div>
{{ form_row(forms.location.title) }}
- {{ form_row(forms.location.
short
) }}
+ {{ form_row(forms.location.
description
) }}
{{ form_row(forms.location.address) }}
{{ form_row(forms.location.address) }}
@@
-16,6
+16,8
@@
{{ form_row(forms.location.longitude) }}
{{ form_row(forms.location.longitude) }}
+ {{ form_row(forms.location.indoor) }}
+
{{ form_row(forms.location.hotspot) }}
{{ form_row(forms.location.submit) }}
{{ form_row(forms.location.hotspot) }}
{{ form_row(forms.location.submit) }}