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