summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorChris Beaven <smileychris@gmail.com>2012-03-05 03:25:27 +0000
committerChris Beaven <smileychris@gmail.com>2012-03-05 03:25:27 +0000
commit5ccc6f17b8452ef1377755d21148036dc0c88ba0 (patch)
treed0210da04650f457fac96c4e8a59a0dd0782fe20 /docs/ref
parentad97f0ec4bec531eceafc6b088d8171cf8abb1c4 (diff)
Fixed #16939 -- Inaccurate implementation of {% comment %} presented in custom template tag 'howto' guide. Thanks sebastian for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 1efc3e2621..0251dcbca4 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -51,7 +51,7 @@ Defines a block that can be overridden by child templates. See
comment
^^^^^^^
-Ignores everything between ``{% comment %}`` and ``{% endcomment %}``
+Ignores everything between ``{% comment %}`` and ``{% endcomment %}``.
.. templatetag:: csrf_token