Files
tripwithbonus/templates/widgets/w_ac_input_address_point.html
SDE c7fe7a1904 0.0.40
change algo get_address_point_ajax
2023-07-21 16:35:53 +03:00

4 lines
297 B
HTML

<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>