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) %}
{{ field }} {{ formfield() }} - {{ errors(formfield) }} + {#{{ errors(formfield) }}#} | {% endif %} {% endfor %}