0.0.2 form poster

This commit is contained in:
SBD
2025-01-08 23:02:31 +03:00
parent 48f8d1b08e
commit 446aa9a0e8
9 changed files with 199 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
{% load static %}
{% load i18n %}
<div class="cw_w_select_widget_for_select" data-id="{{ id }}" data-name="{{ country__name }}/{{ name }}" data-country_code="{{ country__short_code }}" data-flag="{{ MEDIA_URL }}{{ country__flag }}" onclick="selectCountry(this)">
<div class="cw_country_inf_part">
<img src="{{ MEDIA_URL }}{{ country__flag }}" alt="">
<div class="cw_country_code">{{ country__short_code }}</div>
</div>
<div class="cw_name_country">{{ country__name }}/{{ name }}</div>
</div>