Changed location label and placeholder
This commit is contained in:
parent
54ed2e0923
commit
a0f642e46c
2 changed files with 3 additions and 3 deletions
|
|
@ -611,7 +611,7 @@ $(document).ready(function () {
|
|||
},
|
||||
cache: true
|
||||
},
|
||||
placeholder: 'Search for a location',
|
||||
placeholder: 'Geneva, CHE',
|
||||
minimumInputLength: 1,
|
||||
templateResult: formatlocation,
|
||||
templateSelection: formatLocationSelection
|
||||
|
|
|
|||
|
|
@ -122,8 +122,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<div class="col-sm-4"><label class="col-form-label">Location:</label></div>
|
||||
<div class="col-sm-6 align-self-center"><select id="location_select" form="not-submitted" class="form-control" name="location_select" required></select></div>
|
||||
<div class="col-sm-5"><label class="col-form-label">Geographic location:</label></div>
|
||||
<div class="col-sm-5 align-self-center"><select id="location_select" form="not-submitted" class="form-control" name="location_select" required></select></div>
|
||||
</div>
|
||||
<div style="display: none">
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Reference in a new issue