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 ``