Skip to content
Snippets Groups Projects
Unverified Commit e167f648 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

element-form: address not required, only lat and long

parent aab8b4ae
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<div class="input-field col s12" id="input-address-field">
<i class="material-icons gogo-icon-marker-symbol prefix"></i>
{{ form_widget(form.fullAddress, {'id': 'input-address', 'value': element.getFormatedAddress(),
'attr': {'class': 'validate required' }}) }}
'attr': {'class': 'validate' }}) }}
<label for="input-address" class="gogo-form-label to-html">{{ field.label|raw }}</label>
<div class="btn-geolocalize btn btn-secondary waves-effect waves-light">Localiser</div>
{% if config.elementFormGeocodingHelp %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment