diff --git a/app/templates/layout.html b/app/templates/layout.html index f1ae071..b26e23f 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -4,6 +4,25 @@
  • Manual
  • {%- endmacro %} +{% macro render_field(field) %} +
    + +
    + {{ field(**kwargs)|safe }} + {% if field.errors %} + + {% endif %} +
    +
    +{% endmacro %} + +