diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html
index 3a559a4..e999499 100644
--- a/templates/blocks/profile/b_new_route.html
+++ b/templates/blocks/profile/b_new_route.html
@@ -35,66 +35,14 @@
-
+
- {% if form.errors and form.errors.departure_DT %}
- {{ form.errors.departure_DT }}
- {% endif %}
-
-
-
-
- {% if form.errors and form.errors.arrival_DT %}
- {{ form.errors.arrival_DT }}
- {% endif %}
-
-
-
-
-
-
-
-
-
-
- {% if form.errors and form.errors.from_address_point %}
-
{{ form.errors.from_address_point}}
- {% endif %}
-
-
-
-
-
{{ form.errors.departure_DT }}
{% endif %}
@@ -148,94 +96,83 @@
id="id_to_address_point_txt"
{% if form.cleaned_data.to_address_point_txt %}value="{{ form.cleaned_data.to_address_point_txt}}"{% endif %}
- />
-
-
-
- {% if form.errors and form.errors.to_address_point %}
-
{{ form.errors.to_address_point }}
- {% endif %}
-
-
- {# #}
- {# #}
- {# #}
- {#
#}
- {# #}
- {# #}
- {# #}
- {#
#}
-
-
-
-
- {% if form.errors and form.errors.from_place %}
- {{ form.errors.from_place }}
- {% endif %}
-
-
-
-
- {% if form.errors and form.errors.to_place %}
- {{ form.errors.to_place }}
- {% endif %}
-
-
-
-
-
-
-
-
- {##}
- {# #}
-
- {#
#}
+ />
+
+
+ {% if form.errors and form.errors.to_address_point %}
+ {{ form.errors.to_address_point }}
+ {% endif %}
+
+
+{# #}
+{# #}
+{# #}
+{#
#}
+{# #}
+{# #}
+{# #}
+{#
#}
+
- {% for item in form.fields.cargo_type.choices %}
- {{ item.1 }}
- {% endfor %}
+
+
+ {% if form.errors and form.errors.from_place %}
+ {{ form.errors.from_place }}
+ {% endif %}
+
+
+
+
+ {% if form.errors and form.errors.to_place %}
+ {{ form.errors.to_place }}
+ {% endif %}
+
+
+
+
+
+
+
+
+{##}
+{# #}
+
+{#
#}
+
{% for item in form.fields.cargo_type.choices %}
{{ item.1 }}
{% endfor %}
- {# #}
- {##}
- {# #}
- {% if form.errors and form.errors.cargo_type %}
- {{ form.errors.cargo_type }}
- {% endif %}
-
+{# #}
+{##}
+{# #}
+ {% if form.errors and form.errors.cargo_type %}
+ {{ form.errors.cargo_type }}
+ {% endif %}
+
-
+
-
-
-
- {% if form.errors and form.errors.weight %}
-
{{ form.errors.weight }}
+
+
+
+ {% if form.errors and form.errors.weight %}
+ {{ form.errors.weight }}
+ {% endif %}
+
+
+
+
+
+
+
+
+ {% if form.errors and form.errors.phone %}
+ {{ form.errors.phone }}
{% endif %}
-
+
-
+
-
-
-
- {{ form.fields.extra_phone.label }}
+
+ {% if form.errors and form.errors.extra_phone %}
+ {{ form.errors.extra_phone }}
+ {% endif %}
+
+
- />
- {% if form.errors and form.errors.phone %}
-
{{ form.errors.phone }}
- {% endif %}
-
+
-
-
-
-
- {% if form.errors and form.errors.extra_phone %}
- {{ form.errors.extra_phone }}
- {% endif %}
-
-
-
-
-
-
-
-
- {% if form.errors and form.errors.receive_msg_by_email %}
- {{ form.errors.receive_msg_by_email }}
- {% endif %}
-
-
-
-
+
+
+
+ {% if form.errors and form.errors.receive_msg_by_email %}
+ {{ form.errors.receive_msg_by_email }}
+ {% endif %}
+
+
+
+
{% endif %}