Commit 0eb8c02c authored by Simon Meers's avatar Simon Meers
Browse files

[1.2.X] Fixed #14023 -- include non_field_errors in example. Thanks to konryd...

[1.2.X] Fixed #14023 -- include non_field_errors in example. Thanks to konryd for the report and patch.

Backport of r14041 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 475fb82d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -210,6 +210,7 @@ the way a form is presented using the Django template language. Extending the
above example::

    <form action="/contact/" method="post">
        {{ form.non_field_errors }}
        <div class="fieldWrapper">
            {{ form.subject.errors }}
            <label for="id_subject">E-mail subject:</label>