Ticket #5756: 5756.3.patch
| File 5756.3.patch, 435 bytes (added by avsd, 2 years ago) |
|---|
-
django/template/loader_tags.py
old new 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])
