diff --git a/templates/v2/forms/f_create_customer_route.html b/templates/v2/forms/f_create_customer_route.html
index 6130311..4931662 100644
--- a/templates/v2/forms/f_create_customer_route.html
+++ b/templates/v2/forms/f_create_customer_route.html
@@ -7,8 +7,8 @@
{% trans "Обязательно учитывайте Правила и особенности перевозки выбранным Вами видом транспорта" as attention_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 %}
+ {% include 'v2/widgets/w_pay_attention.html' with text=attention_type_transport %}
@@ -44,8 +44,8 @@
{% trans "Если вы оставите это поле пустым - перевозчики смогут только написать вам в личные сообщения на нашем сайте TripWB.com" as attention_phone %}
- {% include 'v2/widgets/w_pay_attention.html' with text=attention_phone %}
{% if form.errors.phone %}
{{ form.errors.phone.0 }}
{% endif %}
+ {% include 'v2/widgets/w_pay_attention.html' with text=attention_phone %}
@@ -60,8 +60,8 @@
{% trans "Хочу получать уведомления на E-mail о появлении перевозчика по моим критериям" %}
- {% include 'v2/widgets/w_additional_info.html' %}
{% if form.errors.receive_msg_by_email %}
{{ form.errors.receive_msg_by_email.0 }}
{% endif %}
+ {% include 'v2/widgets/w_additional_info.html' %}
diff --git a/templates/v2/forms/f_create_mover_route.html b/templates/v2/forms/f_create_mover_route.html
index c51f798..481e371 100644
--- a/templates/v2/forms/f_create_mover_route.html
+++ b/templates/v2/forms/f_create_mover_route.html
@@ -7,8 +7,8 @@
{% trans "Обязательно учитывайте Правила и особенности перевозки выбранным Вами видом транспорта" as attention_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 %}
+ {% include 'v2/widgets/w_pay_attention.html' with text=attention_type_transport %}
@@ -49,8 +49,8 @@
{% trans "Если вы оставите это поле пустым - перевозчики смогут только написать вам в личные сообщения на нашем сайте TripWB.com" as attention_phone %}
- {% include 'v2/widgets/w_pay_attention.html' with text=attention_phone %}
{% if form.errors.phone %}
{{ form.errors.phone.0 }}
{% endif %}
+ {% include 'v2/widgets/w_pay_attention.html' with text=attention_phone %}
@@ -65,8 +65,8 @@
{% trans "Хочу получать уведомления на E-mail о появлении перевозчика по моим критериям" %}
- {% include 'v2/widgets/w_additional_info.html' %}
{% if form.errors.receive_msg_by_email %}
{{ form.errors.receive_msg_by_email.0 }}
{% endif %}
+ {% include 'v2/widgets/w_additional_info.html' %}