Files
account_store/templates/widgets/w_ac_input_address_point.html
SDE 57780ef93e 0.0.39
change algo get_address_point_ajax
2023-07-21 15:24:35 +03:00

4 lines
288 B
HTML

<div onclick="selectItemAddrPoint({{ id }}, '{{ name }}', '{{ ctrl_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>