2.1.5 get_routes_Dict fix from\to city v2

This commit is contained in:
SDE
2024-12-26 17:27:17 +03:00
parent c94c1a9202
commit 04c4e8c791
3 changed files with 12 additions and 8 deletions

View File

@@ -4,6 +4,6 @@
<div class="poster__towns-item" data-attrs='[{{ id }}, "{{ name }}/{{ country__name }}", "{{ ctrl_name }}", "{{ timezone }}", "{{ MEDIA_URL }}{{ country__flag }}"]'>
<img src="{{ MEDIA_URL }}{{ country__flag }}" alt="{{ country__name }}" />
<span>BY{# {{ TODO нужны правильные значения }} #}</span>
<span>{{ country__short_code }}</span>
{{ name }}/{{ country__name }}
</div>