Files
tripwithbonus/templates/widgets/w_ac_input_address_point.html
SDE 0439491495 0.0.35
change algo get_address_point_ajax
2023-07-21 14:13:03 +03:00

4 lines
267 B
HTML

<div onclick="selectItemAddrPoint({{ id }}, {{ name }})" class="autocomplete-result" data-index="{{ index }}">
<div><b>{{ iata_code }}</b> - {{ name }}</div>
<div class="autocomplete-location">{{ city__name }}, {{ city__country__name }}</div>
</div>