From d8c39f4b3753c0ebc93177661c43bfe35d7c019c Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 22 Jun 2016 14:53:27 -0700 Subject: [PATCH] Revert "wtforms: Add missing closing tags in example (#1917)" This reverts commit 146cba53e7be1d433ecae9999ae662b48921e520. --- docs/patterns/wtforms.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/patterns/wtforms.rst b/docs/patterns/wtforms.rst index 8fc5e589..6c08b808 100644 --- a/docs/patterns/wtforms.rst +++ b/docs/patterns/wtforms.rst @@ -82,7 +82,7 @@ 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 %}