0.0.40
search by cities
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div onclick='selectItemAddrPoint({{ id }}, "{{ airport_fullname }}", "{{ ctrl_name }}")' class="autocomplete-result" data-index="{{ index }}">
|
||||
<div>{{ airport_fullname_html|safe }}</div>
|
||||
<div class="autocomplete-location">{{ city__name }}, {{ city__country__name }}</div>
|
||||
<div onclick='selectItemAddrPoint({{ id }}, "{{ fullname }}", "{{ ctrl_name }}")' class="autocomplete-result" data-index="{{ index }}">
|
||||
{% if airport_fullname %}<div>{{ airport_fullname|safe }}</div>{% endif %}
|
||||
<div class="autocomplete-location">{{ country_name }} / {{ city_name }}</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user