diff --git a/changedetectionio/templates/_helpers.html b/changedetectionio/templates/_helpers.html index de177d455..e7ec51126 100644 --- a/changedetectionio/templates/_helpers.html +++ b/changedetectionio/templates/_helpers.html @@ -1,6 +1,13 @@ {% macro render_field(field) %} -
{{ field.label }}
-
{{ field(**kwargs)|safe }} +
{{ field.label }}
+
{{ field(**kwargs)|safe }} + {% if field.top_errors %} + + {% endif %} {% if field.errors %}