From fa2c3ee5694b7cd0d03f12944890665c49365571 Mon Sep 17 00:00:00 2001 From: SDE Date: Tue, 5 Sep 2023 16:34:58 +0300 Subject: [PATCH] 0.7.26 country_n_city_str --- templates/widgets/w_ac_input_address_point.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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