From 9a2a2d9aa20331e5832e0caa3b8c89157efc6fd2 Mon Sep 17 00:00:00 2001 From: SBD Date: Tue, 14 Jan 2025 16:23:14 +0300 Subject: [PATCH] 0.0.17 form mover --- templates/v2/forms/f_make_mover_order.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/v2/forms/f_make_mover_order.html b/templates/v2/forms/f_make_mover_order.html index bd16896..b50569f 100644 --- a/templates/v2/forms/f_make_mover_order.html +++ b/templates/v2/forms/f_make_mover_order.html @@ -1,12 +1,12 @@ {% load static %} {% load i18n %} -
+
{% trans "Обязательно учитывайте Правила и особенности перевозки выбранным Вами видом транспорта" as attention_type_transport %} - {% include 'v2/widgets/w_radio_inputs.html' with name='type_transport' list=form.fields.type_transport.choices initial=form.initial.type_transport %} + {% include 'v2/widgets/w_radio_inputs.html' with name='type_transport' callback='updateCargoTypeInForm' list=form.fields.type_transport.choices initial=form.initial.type_transport %} {% include 'v2/widgets/w_pay_attention.html' with text=attention_type_transport %} {% if form.errors.type_transport %}
{{ form.errors.type_transport.0 }}
{% endif %}