#3671 country not showing for ad create page

This commit is contained in:
Diatrex 2021-04-02 10:59:57 +03:00
parent bda95f5da4
commit f4fc331c42

View File

@ -20,7 +20,7 @@
<li class="country-data" data-content="{{ adv['country_id'] }}"
data-default="{{ setting_value('visiosoft.module.location::default_country') }}"
class="location-field country-data">
{{ form.fields.countrysetOptions({})|raw }}
{{ form.fields.country.setOptions({})|raw }}
</li>
<li class="city-data" data-content="{{ adv['city'] }}"
data-default="{{ setting_value('visiosoft.module.location::default_city') }}"