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 %}