From f9840e9f2ba811a7933b97ca913973ce47bc4a72 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 28 Feb 2022 13:33:03 +0100 Subject: [PATCH] fix buttons of form of upload trade document --- ereuse_devicehub/templates/inventory/trade_document.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/trade_document.html b/ereuse_devicehub/templates/inventory/trade_document.html index 01d0d3ed..4d19b095 100644 --- a/ereuse_devicehub/templates/inventory/trade_document.html +++ b/ereuse_devicehub/templates/inventory/trade_document.html @@ -39,15 +39,15 @@ {{ field.label(class_="form-label") }} {{ field }} {{ field.description }} - {% endif %} - {% if field.errors %} + {% if field.errors %}

{% for error in field.errors %} {{ error }}
{% endfor %}

- {% endif %} + {% endif %} + {% endif %} {% endfor %}