From 61dcc38438f65721420917c42ce56cda0d799075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ku=C5=BE=C3=ADlek?= Date: Sat, 14 Mar 2020 17:14:59 +0100 Subject: [PATCH] consistency hotfix --- yadc/templates/_includes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yadc/templates/_includes.html b/yadc/templates/_includes.html index 978dff9..91ac568 100644 --- a/yadc/templates/_includes.html +++ b/yadc/templates/_includes.html @@ -82,7 +82,7 @@ {% endmacro %} -{% from "_formhelpers.html" import errors %} +{#{% from "_formhelpers.html" import errors %}#} {% macro render_management_table(elements) %} @@ -109,7 +109,7 @@ {% endif %} {% endfor %}
{{ field }} {{ formfield() }} - {{ errors(formfield) }} + {#{{ errors(formfield) }}#}