Kaydet (Commit) 7b78fd6f authored tarafından Russell Keith-Magee's avatar Russell Keith-Magee

Fixes #2971 -- Fixed inor typo in example in authentication documentation. Thanks, heckj@mac.com.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 7f71ae1b
......@@ -745,7 +745,7 @@ messages are made available in the `template context`_ as the template variable
{% if messages %}
<ul>
{% for message in messages %}
<li>{{ message.message }}</li>
<li>{{ message }}</li>
{% endfor %}
</ul>
{% endif %}
......
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