There was an error while loading. Please reload this page.
1 parent 217d093 commit 1609780Copy full SHA for 1609780
tests/test_environment.py
@@ -76,7 +76,7 @@ def invalid_template(request):
76
'templates/invalid_template_base.html'
77
)
78
django_testdir.create_app_file(
79
- "{% extends 'invalid_template_base.html' %}",
+ "{% include 'invalid_template_base.html' %}",
80
'templates/invalid_template.html'
81
82
django_testdir.create_test_module('''
0 commit comments