Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoGoCarto
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pixel Humain
GoGoCarto
Commits
e167f648
Unverified
Commit
e167f648
authored
4 years ago
by
Sebastian Castro
Browse files
Options
Downloads
Patches
Plain Diff
element-form: address not required, only lat and long
parent
aab8b4ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/element-form/form-partials/address.html.twig
+1
-1
1 addition, 1 deletion
templates/element-form/form-partials/address.html.twig
with
1 addition
and
1 deletion
templates/element-form/form-partials/address.html.twig
+
1
−
1
View file @
e167f648
...
...
@@ -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
%}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment