Kaydet (Commit) 0f9eb912 authored tarafından Simon Meers's avatar Simon Meers

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
üst 37023bc0
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment