more news countries added
This commit is contained in:
@@ -4114,24 +4114,28 @@
|
|||||||
class="form-select country-select"
|
class="form-select country-select"
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<option {%if news_settings.country == 'United States' %} selected {% endif %}>United States</option>
|
|
||||||
|
|
||||||
<option {%if news_settings.country == 'Australia' %} selected {% endif %}>Australia</option>
|
|
||||||
|
|
||||||
<option {%if news_settings.country == 'Canada' %} selected {% endif %}>Canada</option>
|
|
||||||
|
|
||||||
<option {%if news_settings.country == 'Great Britain' %} selected {% endif %}>Great Britain</option>
|
|
||||||
|
|
||||||
<option {%if news_settings.country == 'New Zealand' %} selected {% endif %}>New Zealand</option>
|
|
||||||
|
|
||||||
<option {%if news_settings.country == 'Ireland' %} selected {% endif %}>Ireland</option>
|
|
||||||
|
|
||||||
<option {%if news_settings.country == 'Singapore' %} selected {% endif %}>Singapore</option>
|
|
||||||
|
|
||||||
<option {%if news_settings.country == 'South Africa' %} selected {% endif %}>South Africa</option>
|
|
||||||
|
|
||||||
<option {%if news_settings.country == 'Worldwide' %} selected {% endif %}>Worldwide</option>
|
<option {%if news_settings.country == 'Worldwide' %} selected {% endif %}>Worldwide</option>
|
||||||
|
<option {%if news_settings.country == 'United States' %} selected {% endif %}>United States</option>
|
||||||
|
<option {%if news_settings.country == 'Australia' %} selected {% endif %}>Australia</option>
|
||||||
|
<option {%if news_settings.country == 'Canada' %} selected {% endif %}>Canada</option>
|
||||||
|
<option {%if news_settings.country == 'Great Britain' %} selected {% endif %}>Great Britain</option>
|
||||||
|
<option {%if news_settings.country == 'New Zealand' %} selected {% endif %}>New Zealand</option>
|
||||||
|
<option {%if news_settings.country == 'Ireland' %} selected {% endif %}>Ireland</option>
|
||||||
|
<option {%if news_settings.country == 'Singapore' %} selected {% endif %}>Singapore</option>
|
||||||
|
<option {%if news_settings.country == 'South Africa' %} selected {% endif %}>South Africa</option>
|
||||||
|
<option {%if news_settings.country == 'Germany' %} selected {% endif %}>Germany</option>
|
||||||
|
<option {%if news_settings.country == 'Hong Kong' %} selected {% endif %}>Hong Kong</option>
|
||||||
|
<option {%if news_settings.country == 'Japan' %} selected {% endif %}>Japan</option>
|
||||||
|
<option {%if news_settings.country == 'South Korea' %} selected {% endif %}>South Korea</option>
|
||||||
|
<option {%if news_settings.country == 'China' %} selected {% endif %}>China</option>
|
||||||
|
<option {%if news_settings.country == 'France' %} selected {% endif %}>France</option>
|
||||||
|
<option {%if news_settings.country == 'India' %} selected {% endif %}>India</option>
|
||||||
|
<option {%if news_settings.country == 'Italy' %} selected {% endif %}>Italy</option>
|
||||||
|
<option {%if news_settings.country == 'Switzerland' %} selected {% endif %}>Switzerland</option>
|
||||||
|
<option {%if news_settings.country == 'Netherlands' %} selected {% endif %}>Netherlands</option>
|
||||||
|
<option {%if news_settings.country == 'Spain' %} selected {% endif %}>Spain</option>
|
||||||
|
<option {%if news_settings.country == 'Brazil' %} selected {% endif %}>Brazil</option>
|
||||||
|
<option {%if news_settings.country == 'Portugal' %} selected {% endif %}>Portugal</option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user