mirror of https://github.com/django/django.git
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
This commit is contained in:
parent
7f71ae1b8d
commit
7b78fd6f5d
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue