From d2fcbcf9d76d5bb8a661ee73dae976c74183098b Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 2 May 2006 00:06:43 +0000 Subject: [PATCH] magic-removal: Fixed #1644 -- Fixed typo in docs/forms.txt. Thanks, clelland git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2805 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/forms.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/forms.txt b/docs/forms.txt index 4258738d39..2f8a3106fc 100644 --- a/docs/forms.txt +++ b/docs/forms.txt @@ -242,7 +242,7 @@ and here's the ``create_form`` template::

Create a place:

{% if form.has_errors %} -

Please correct the following error{{ errors|pluralize }}:

+

Please correct the following error{{ form.error_dict|pluralize }}:

{% endif %}
@@ -287,7 +287,8 @@ The second argument is the error list retrieved from this gives each field an ``errors`` item (which is a list of error messages associated with the field) as well as a ``html_error_list`` item, which is a ``