From 7426c8fd82393404f1885606a646fda764b1e182 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Wed, 20 Apr 2016 18:07:59 -0700 Subject: [PATCH] [1.9.x] Fixed incorrect rendered widget in forms example. Backport of 38ddd4ab553fb6b311c62d15fca7d848f84d539a from master --- docs/topics/forms/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index 41127f03ba..984665acfc 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -514,7 +514,7 @@ Here's the output of ``{{ form.as_p }}`` for our ``ContactForm`` instance:

-

+