summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/comments/templatetags/comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/comments/templatetags/comments.py b/django/contrib/comments/templatetags/comments.py
index 7962a40d97..024c4f658e 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: