From 0f9eb912ffa015574ebb2d1fd6a2a78664a19039 Mon Sep 17 00:00:00 2001 From: Simon Meers Date: Fri, 8 Oct 2010 23:32:46 +0000 Subject: [PATCH] Fixed #14023 -- include non_field_errors in example. Thanks to konryd for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14041 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/forms/index.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index cef322a02f..f845586ab4 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -210,6 +210,7 @@ the way a form is presented using the Django template language. Extending the above example::
+ {{ form.non_field_errors }}
{{ form.subject.errors }}