1.1.50 add pagination for b_my_routes.html && upd conditional rendering for carrier card based on departure date
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div onmousedown='selectItemAddrPoint({{ id }}, "{{ fullname }}", "{{ ctrl_name }}")' class="autocomplete-result" data-index="{{ index }}">
|
||||
<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>
|
||||
Reference in New Issue
Block a user