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:
2024-07-31 16:13:28 +03:00
parent 46c7b6327d
commit ec1d52f694
4 changed files with 169 additions and 169 deletions

View File

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