Ticket #5756: 5756.3.patch
File 5756.3.patch, 435 bytes (added by , 16 years ago) |
---|
-
django/template/loader_tags.py
181 181 path = bits[1] 182 if path[0] in ('"', "'") and path[-1] == path[0] :182 if path[0] in ('"', "'") and path[-1] == path[0] and not path[0] in path[1:-1]: 183 183 return ConstantIncludeNode(path[1:-1])