0.0.2 form poster
This commit is contained in:
10
templates/v2/content_widgets/cw_w_select_w_for_select.html
Normal file
10
templates/v2/content_widgets/cw_w_select_w_for_select.html
Normal 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>
|
||||
Reference in New Issue
Block a user