Merge pull request #1018 from openclassify/dia

#3671 country not showing for ad create page
This commit is contained in:
Muammer Top 2021-04-02 16:43:59 +03:00 committed by GitHub
commit 7e8270017b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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') }}"