Fixed #16221 -- Corrected doc string example in comments permalink template tag. Thanks, Thejaswi Puthraya.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a1991e37f4
commit
c80914d0d1
|
@ -323,7 +323,7 @@ def get_comment_permalink(comment, anchor_pattern=None):
|
||||||
named anchor to be appended to the end of the URL.
|
named anchor to be appended to the end of the URL.
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
{{ get_comment_permalink comment "#c%(id)s-by-%(user_name)s" }}
|
{% get_comment_permalink comment "#c%(id)s-by-%(user_name)s" %}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if anchor_pattern:
|
if anchor_pattern:
|
||||||
|
|
Loading…
Reference in New Issue