From 5ccc6f17b8452ef1377755d21148036dc0c88ba0 Mon Sep 17 00:00:00 2001 From: Chris Beaven Date: Mon, 5 Mar 2012 03:25:27 +0000 Subject: 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 --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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 -- cgit v1.3