From a3adc2df2d840dfaf35ecd122e0779db1061ea96 Mon Sep 17 00:00:00 2001 From: Marcelo Canina Date: Sat, 31 Dec 2016 10:26:45 -0300 Subject: [PATCH] Added missing html tag in wtforms docs --- docs/patterns/wtforms.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/patterns/wtforms.rst b/docs/patterns/wtforms.rst index 2649cad6..6790c8d7 100644 --- a/docs/patterns/wtforms.rst +++ b/docs/patterns/wtforms.rst @@ -82,10 +82,10 @@ Here's an example :file:`_formhelpers.html` template with such a macro: .. sourcecode:: html+jinja {% macro render_field(field) %} -
{{ field.label }} +
{{ field.label }}
{{ field(**kwargs)|safe }} {% if field.errors %} -