This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1ddeeb5b8e
django
/
tests
/
template_tests
/
templates
/
test_extends_error.html
2 lines
33 B
HTML
Raw
Normal View
History
Unescape
Escape
Fixed #12787: Correctly identify the template that does not exist when a template being extended includes another template that does not exist. Thanks to trigeek38 for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-16 22:34:57 +08:00
{% extends "broken_base.html" %}