diff options
Diffstat (limited to 'tests/template_tests/relative_templates/error_extends.html')
| -rw-r--r-- | tests/template_tests/relative_templates/error_extends.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/template_tests/relative_templates/error_extends.html b/tests/template_tests/relative_templates/error_extends.html new file mode 100644 index 0000000000..83e41b2999 --- /dev/null +++ b/tests/template_tests/relative_templates/error_extends.html @@ -0,0 +1,3 @@ +{% extends "./../two.html" %} + +{% block content %}{{ block.super }} one{% endblock %} |
