Ticket #16221: 16221.diff
File 16221.diff, 584 bytes (added by , 13 years ago) |
---|
-
django/contrib/comments/templatetags/comments.py
diff --git a/django/contrib/comments/templatetags/comments.py b/django/contrib/comments/templatetags/comments.py index 7962a40..024c4f6 100644
a b def get_comment_permalink(comment, anchor_pattern=None): 323 323 named anchor to be appended to the end of the URL. 324 324 325 325 Example:: 326 { { get_comment_permalink comment "#c%(id)s-by-%(user_name)s" }}326 {% get_comment_permalink comment "#c%(id)s-by-%(user_name)s" %} 327 327 """ 328 328 329 329 if anchor_pattern: