This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
c7ec3c07e7
django1
/
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" %}