Author: DrMeers
Date: 2010-10-08 18:37:48 -0500 (Fri, 08 Oct 2010)
New Revision: 14042

Modified:
   django/branches/releases/1.2.X/docs/topics/forms/index.txt
Log:
[1.2.X] Fixed #14023 -- include non_field_errors in example. Thanks to konryd 
for the report and patch.

Backport of r14041 from trunk.


Modified: django/branches/releases/1.2.X/docs/topics/forms/index.txt
===================================================================
--- django/branches/releases/1.2.X/docs/topics/forms/index.txt  2010-10-08 
23:32:46 UTC (rev 14041)
+++ django/branches/releases/1.2.X/docs/topics/forms/index.txt  2010-10-08 
23:37:48 UTC (rev 14042)
@@ -210,6 +210,7 @@
 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>

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to