2.1.2 get_address_point_ajax change by ref v2
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<div onmousedown='selectItemAddrPoint({{ id }}, "{{ fullname }}", "{{ ctrl_name }}", "{{ city_DT }}")' class="autocomplete-result" data-index="{{ index }}">
|
||||
{% if airport_fullname %}<div>{{ airport_fullname|safe }}</div>{% endif %}
|
||||
<div class="autocomplete-location">{{ city_name }} / {{ country_name }}</div>
|
||||
<div onmousedown='selectItemAddrPoint({{ id }}, "{{ name }} / {{ country__name }}", "{{ ctrl_name }}", "{{ timezone }}")' class="autocomplete-result" data-index="{{ index }}">
|
||||
{# {% if airport_fullname %}<div>{{ airport_fullname|safe }}</div>{% endif %}#}
|
||||
<div class="autocomplete-location">{{ name }} / {{ country__name }}</div>
|
||||
<img src="{{ MEDIA_URL }}{{ country__flag }}" alt="{{ country__name }}" />
|
||||
</div>
|
||||
Reference in New Issue
Block a user