From 7b4166c368428f53bdc2e877a1736e6c3948b8f0 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 6 Aug 2018 10:36:16 +0200 Subject: [PATCH] bulkchange: fix missing closing div for form errors If there are errors we need to close the div or it'll expand to encompass all of the remaining fields in the form. Signed-off-by: Paul Eggleton --- templates/layerindex/bulkchangeedit.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/layerindex/bulkchangeedit.html b/templates/layerindex/bulkchangeedit.html index 8d864d6..6879c29 100644 --- a/templates/layerindex/bulkchangeedit.html +++ b/templates/layerindex/bulkchangeedit.html @@ -44,6 +44,9 @@ + {% if field.errors %} + + {% endif %} {% endfor %} {% endfor %}