From 75a8a32f8629b47135890ac6ecda061a616d1cfc Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 18 Jun 2006 04:12:55 +0000 Subject: Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3138 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/templates.txt b/docs/templates.txt index 69251df8bb..5f397c5a60 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -766,6 +766,8 @@ The argument tells which template bit to output: ``closeblock`` ``%}`` ``openvariable`` ``{{`` ``closevariable`` ``}}`` + ``openbrace`` ``{`` + ``closebrace`` ``}`` ================== ======= widthratio -- cgit v1.3