0.0.180 routes

This commit is contained in:
SBD
2025-02-28 17:21:37 +03:00
parent f34a54a33c
commit 25c913c572

View File

@@ -5,7 +5,7 @@
<div class="cw_w_select_widget_for_select" data-id="{{ id }}" data-name="{{ name }}/{{ country__name }}" data-country_code="{{ country__short_code }}" data-flag="{{ MEDIA_URL }}{{ country__flag }}" onclick="selectCountry(this)" data-now="{{ timezone|get_cur_DT_by_tz }}">
<div class="cw_country_inf_part">
<img src="{{ MEDIA_URL }}{{ country__flag }}" alt="">
<div class="cw_country_code">{{ country__short_code }}</div>
<div class="cw_country_code">{{ country__code }}</div>
</div>
<div class="cw_name_country">{{ name }}/{{ country__name }}</div>
</div>