mirror of
https://github.com/django/django.git
synced 2025-10-10 07:19:11 +00:00
[1.1.X] Fixed #11831 -- Corrected typo in comments docs. Thanks to gsf for the patch.
Merge of r11533 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
10e3c9f1e0
commit
0fc36e4f91
@ -89,7 +89,7 @@ different ways you can specify which object to attach to:
|
||||
Displaying comments
|
||||
-------------------
|
||||
|
||||
To get a the list of comments for some object, use :ttag:`get_comment_list`::
|
||||
To get the list of comments for some object, use :ttag:`get_comment_list`::
|
||||
|
||||
{% get_comment_list for [object] as [varname] %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user