mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -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'] }}"
|
<li class="country-data" data-content="{{ adv['country_id'] }}"
|
||||||
data-default="{{ setting_value('visiosoft.module.location::default_country') }}"
|
data-default="{{ setting_value('visiosoft.module.location::default_country') }}"
|
||||||
class="location-field country-data">
|
class="location-field country-data">
|
||||||
{{ form.fields.countrysetOptions({})|raw }}
|
{{ form.fields.country.setOptions({})|raw }}
|
||||||
</li>
|
</li>
|
||||||
<li class="city-data" data-content="{{ adv['city'] }}"
|
<li class="city-data" data-content="{{ adv['city'] }}"
|
||||||
data-default="{{ setting_value('visiosoft.module.location::default_city') }}"
|
data-default="{{ setting_value('visiosoft.module.location::default_city') }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user