From fd211c464f138a5395e775827d0b8138b0b3060d Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 15 Jan 2025 21:35:50 +0300 Subject: [PATCH] 0.0.37 forms --- templates/v2/forms/f_create_customer_route.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/v2/forms/f_create_customer_route.html b/templates/v2/forms/f_create_customer_route.html index 73edc7a..93bd960 100644 --- a/templates/v2/forms/f_create_customer_route.html +++ b/templates/v2/forms/f_create_customer_route.html @@ -27,7 +27,7 @@
- + {% include 'v2/widgets/w_radio_inputs.html' with name='cargo_type' list=form.fields.cargo_type.choices initial=form.initial.cargo_type %} {% if form.errors.cargo_type %}
{{ form.errors.cargo_type.0 }}
{% endif %}