diff --git a/templates/widgets/w_ac_input_address_point.html b/templates/widgets/w_ac_input_address_point.html index 3b9ba35..ec64cfe 100644 --- a/templates/widgets/w_ac_input_address_point.html +++ b/templates/widgets/w_ac_input_address_point.html @@ -1,4 +1,4 @@
{% if airport_fullname %}
{{ airport_fullname|safe }}
{% endif %} -
{{ country_name }} / {{ city_name }}
+
{{ city_name }} / {{ country_name }}
\ No newline at end of file