From 6a8a0d2abb415bba60ce4553e585eb99fbb8f677 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Tue, 25 Jul 2023 14:19:31 +0300 Subject: [PATCH] 0.0.39 upd new_route --- templates/blocks/profile/b_new_route.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html index 9c9cb42..b89f49e 100644 --- a/templates/blocks/profile/b_new_route.html +++ b/templates/blocks/profile/b_new_route.html @@ -23,14 +23,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 %} @@ -99,7 +99,7 @@
- {% for item in form.fields.cargo_type.choices %} {% endfor %}