0.0.147
This commit is contained in:
5
templates/widgets/w_places_input.html
Normal file
5
templates/widgets/w_places_input.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% load static %}
|
||||
<div onmousedown='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