From 6fcdcbd456cc2eb832e956414eccb993216f44ab Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 15 Sep 2008 00:13:25 +0000 Subject: [PATCH] Clarified the wording of the section on customizing form.errors within a field loop git-svn-id: http://code.djangoproject.com/svn/django/trunk@9032 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/forms/index.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index a8ae0ef922..cf6b933ee4 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -267,12 +267,9 @@ reduce duplicate code by looping through each field in turn using

-As in the above example, {{ field.errors }} will output a -``