summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_extends_relative.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-01-27Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path...Hasan Ramezani
2021-01-27Refs #32290 -- Added {% extends %} test for relative path in variable.Hasan Ramezani
2016-05-07Fixed #26402 -- Added relative path support in include/extends template tags.Vitaly Bogomolov