diff --git a/templates/_formhelpers.html b/templates/_formhelpers.html index 040f2ab..0a47e3a 100644 --- a/templates/_formhelpers.html +++ b/templates/_formhelpers.html @@ -1,13 +1,13 @@ {% macro render_field(field) %} -

{{ field.label }} -
{{ field(**kwargs)|safe }} - {% if field.errors %} -

- {% endif %} -

-
+

{{ field.label }}
+{{ field(**kwargs)|safe }} +{% if field.errors %} +

+{% endif %} +

+
{% endmacro %}