X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/673aa7abcb3bd344ffcadee5b29f8cfc6c21be04..a98b3e9f009549315bd0633af00c5faffa1bfb1f:/Resources/views/form/_location.html.twig diff --git a/Resources/views/form/_location.html.twig b/Resources/views/form/_location.html.twig new file mode 100644 index 0000000..284c2e8 --- /dev/null +++ b/Resources/views/form/_location.html.twig @@ -0,0 +1,27 @@ +
+

{% trans %}Modify{% endtrans %}

+ {{ form_start(forms.location) }} +
+ {{ form_row(forms.location.title) }} + + {{ form_row(forms.location.short) }} + + {{ form_row(forms.location.address) }} + + {{ form_row(forms.location.zipcode) }} + + {{ form_row(forms.location.city) }} + + {{ form_row(forms.location.latitude) }} + + {{ form_row(forms.location.longitude) }} + + {{ form_row(forms.location.hotspot) }} + + {{ form_row(forms.location.submit) }} +
+ + {# render csrf token etc .#} + + {{ form_end(forms.location) }} +