mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#3671 country not showing for ad create page
This commit is contained in:
parent
bda95f5da4
commit
f4fc331c42
@ -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') }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user