From 48234a0925fcba67a72d3cfc31fbf66cca3f2e33 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 27 Oct 2006 01:58:13 +0000 Subject: Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatetag %} templatetag. Thanks for the patch, Jeong-Min Lee git-svn-id: http://code.djangoproject.com/svn/django/trunk@3938 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/templates.txt b/docs/templates.txt index 0f0009b495..92d4b53660 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -800,8 +800,12 @@ The argument tells which template bit to output: ``closevariable`` ``}}`` ``openbrace`` ``{`` ``closebrace`` ``}`` + ``opencomment`` ``{#`` + ``closecomment`` ``#}`` ================== ======= +Note: ``opencomment`` and ``closecomment`` are new in the Django development version. + widthratio ~~~~~~~~~~ -- cgit v1.3