From c80914d0d19ba51ab14d9de09ae2e80824aefc03 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 16 Jun 2011 16:33:54 +0000 Subject: [PATCH] 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 --- django/contrib/comments/templatetags/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/comments/templatetags/comments.py b/django/contrib/comments/templatetags/comments.py index 7962a40d97f..024c4f658ee 100644 --- a/django/contrib/comments/templatetags/comments.py +++ b/django/contrib/comments/templatetags/comments.py @@ -323,7 +323,7 @@ def get_comment_permalink(comment, anchor_pattern=None): named anchor to be appended to the end of the URL. 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: