diff --git a/templates/components/field.html b/templates/components/field.html index e642e5028..f69abe40a 100644 --- a/templates/components/field.html +++ b/templates/components/field.html @@ -19,13 +19,13 @@ Please see LICENSE files in the repository root for full details. {%- if value %} value="{{ value }}" {% endif %} {%- endmacro %} -{% macro error(error, hidden=false) %} +{% macro error(error, field_name="", hidden=false) %}