Author: DrMeers Date: 2010-10-08 18:32:46 -0500 (Fri, 08 Oct 2010) New Revision: 14041
Modified: django/trunk/docs/topics/forms/index.txt Log: Fixed #14023 -- include non_field_errors in example. Thanks to konryd for the report and patch. Modified: django/trunk/docs/topics/forms/index.txt =================================================================== --- django/trunk/docs/topics/forms/index.txt 2010-10-08 23:17:14 UTC (rev 14040) +++ django/trunk/docs/topics/forms/index.txt 2010-10-08 23:32:46 UTC (rev 14041) @@ -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.