diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2020-12-27 21:21:59 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-27 10:07:31 +0100 |
| commit | c978dd93fda87c6d2e965d385164c35f1a3e64b8 (patch) | |
| tree | f76195ed3d24a889175ba5a5ad730643991c087d /tests/template_tests/relative_templates | |
| parent | 640a6e1dce8d91e9cb1f817fadbb37a2c9d294bf (diff) | |
Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path in variable.
Diffstat (limited to 'tests/template_tests/relative_templates')
| -rw-r--r-- | tests/template_tests/relative_templates/dir1/dir2/inc3.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/template_tests/relative_templates/dir1/dir2/inc3.html b/tests/template_tests/relative_templates/dir1/dir2/inc3.html new file mode 100644 index 0000000000..7a8374df51 --- /dev/null +++ b/tests/template_tests/relative_templates/dir1/dir2/inc3.html @@ -0,0 +1 @@ +{% include tmpl %} |
