<section>
- <h2>{% trans %}Modify{% endtrans %}</h2>
+ <h2>{% trans %}Add{% endtrans %}</h2>
{{ 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.longitude) }}
+ {{ form_row(forms.location.indoor) }}
+
{{ form_row(forms.location.hotspot) }}
{{ form_row(forms.location.submit) }}