diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/forms/index.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 action="/contact/" method="post"> + {{ form.non_field_errors }} <div class="fieldWrapper"> {{ form.subject.errors }} <label for="id_subject">E-mail subject:</label> |
