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
This commit is contained in:
Malcolm Tredinnick 2006-06-18 04:12:55 +00:00
parent 4540a85dda
commit 75a8a32f86
4 changed files with 15 additions and 2 deletions

View file

@ -766,6 +766,8 @@ The argument tells which template bit to output:
``closeblock`` ``%}``
``openvariable`` ``{{``
``closevariable`` ``}}``
``openbrace`` ``{``
``closebrace`` ``}``
================== =======
widthratio