diff options
| author | Preston Timmons <prestontimmons@gmail.com> | 2015-03-03 15:48:26 -0600 |
|---|---|---|
| committer | Preston Timmons <prestontimmons@gmail.com> | 2015-04-22 14:49:00 -0500 |
| commit | fc2147152637e21bc73f991b50fa06254af02739 (patch) | |
| tree | c9f80c73aabf680e67c6646361d8de3a29a62f93 /tests/template_tests/recursive_templates/fs3/recursive.html | |
| parent | 1b1b58bc7b2917b203ee3eb3b9e8b3a1fafaee64 (diff) | |
Fixed #15053 -- Enabled recursive template loading.
Diffstat (limited to 'tests/template_tests/recursive_templates/fs3/recursive.html')
| -rw-r--r-- | tests/template_tests/recursive_templates/fs3/recursive.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/template_tests/recursive_templates/fs3/recursive.html b/tests/template_tests/recursive_templates/fs3/recursive.html new file mode 100644 index 0000000000..aefbad4582 --- /dev/null +++ b/tests/template_tests/recursive_templates/fs3/recursive.html @@ -0,0 +1 @@ +{% block content %}fs3/recursive{% endblock %} |
