diff options
| -rw-r--r-- | tests/regressiontests/templates/templatetags/broken_tag.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/templates/templatetags/broken_tag.py b/tests/regressiontests/templates/templatetags/broken_tag.py new file mode 100644 index 0000000000..c70e183f0e --- /dev/null +++ b/tests/regressiontests/templates/templatetags/broken_tag.py @@ -0,0 +1 @@ +from django import Xtemplate |
