Kaydet (Commit) a5172c3e authored tarafından Karen Tracey's avatar Karen Tracey

Fixed #9618: Corrected an error in some example code in the forms documentation. Thanks matthijs.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9517 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 380e31dd
......@@ -244,7 +244,7 @@ over them::
{% if form.subject.errors %}
<ol>
{% for error in form.message.errors %}
{% for error in form.subject.errors %}
<li><strong>{{ error|escape }}</strong></li>
{% endfor %}
</ol>
......
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