0.0.147 routes

This commit is contained in:
SBD
2025-02-04 20:06:22 +03:00
parent eff021b4e2
commit 3c08686f21
4 changed files with 28 additions and 13 deletions

View File

@@ -86,7 +86,7 @@
<img src="{{ route.from_city.country.flag.url }}" alt="">
<div class="country_code">{{ route.from_city.country.code }}</div>
</div>
<div class="place_title{% if route.to_city.name|length > 14 %} gradient{% endif %}">
<div class="place_title gradient">
{{ route.from_city.name }}
</div>
</div>
@@ -127,7 +127,7 @@
<img src="{{ route.to_city.country.flag.url }}" alt="">
<div class="country_code">{{ route.to_city.country.code }}</div>
</div>
<div class="place_title{% if route.to_city.name|length > 14 %} gradient{% endif %}">
<div class="place_title gradient">
{{ route.to_city.name }}
</div>
</div>