+
{{ 'Edit my current location'|trans }}
+
+ {{ form_start(edit_form) }}
+ {{ form_row(edit_form.currentLocation) }}
+
+
+
+ {{ form_end(edit_form) }}
+
+
+{% endblock %}
diff --git a/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig b/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig
index 1e78dbbe8..07b7970d8 100644
--- a/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig
+++ b/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig
@@ -5,7 +5,7 @@