From e280283e407fcb261c2cbf3212cc1355476fb515 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Tue, 15 Aug 2023 12:45:36 +0300 Subject: [PATCH] 0.0.93 --- templates/blocks/profile/b_new_route.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html index 2b289fd..c848142 100644 --- a/templates/blocks/profile/b_new_route.html +++ b/templates/blocks/profile/b_new_route.html @@ -267,7 +267,8 @@ value="{{ form.initial.weight }}" {% endif %} /> - + {% if not errors_off and form.errors and form.errors.weight %} + {{ form.errors.weight }} {% endif %}