From f7857cb5c2f03d678013500dfa7a743c96590260 Mon Sep 17 00:00:00 2001 From: SBD Date: Mon, 17 Feb 2025 15:21:12 +0300 Subject: [PATCH] 0.0.156 routes --- templates/v2/forms/f_create_customer_route.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/v2/forms/f_create_customer_route.html b/templates/v2/forms/f_create_customer_route.html index da31321..e65d797 100644 --- a/templates/v2/forms/f_create_customer_route.html +++ b/templates/v2/forms/f_create_customer_route.html @@ -16,12 +16,12 @@
- {% include 'v2/widgets/w_select_country.html' with name='from_city' placeholder=placeholder_for_city initial=form.initial.from_city %} + {% include 'v2/widgets/w_select_country.html' with name='from_city' placeholder=placeholder_for_city initial=form.instance.from_city %} {% if form.errors.from_city %}
{{ form.errors.from_city.0 }}
{% endif %}
- {% include 'v2/widgets/w_select_country.html' with name='to_city' placeholder=placeholder_for_city initial=form.initial.to_city %} + {% include 'v2/widgets/w_select_country.html' with name='to_city' placeholder=placeholder_for_city initial=form.instance.to_city %} {% if form.errors.to_city %}
{{ form.errors.to_city.0 }}
{% endif %}