X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/a98b3e9f009549315bd0633af00c5faffa1bfb1f..849cc2e2bdd1b0c01d32e79d2d8d2fe862e89cd1:/Resources/views/form/_location.html.twig diff --git a/Resources/views/form/_location.html.twig b/Resources/views/form/_location.html.twig index 284c2e8..3824640 100644 --- a/Resources/views/form/_location.html.twig +++ b/Resources/views/form/_location.html.twig @@ -1,10 +1,10 @@
-

{% trans %}Modify{% endtrans %}

+

{% trans %}Add{% endtrans %}

{{ form_start(forms.location) }}
{{ 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) }}