﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
13049	"debug 500 page incorrectly reports ""extends"" TemplateDoesNotExist errors."	Jared Forsyth	Jared Forsyth	"There are two parts to this solution (because there are two things preventing correct report of errors).
1. originally the 500 page showed a TemplateSyntaxError when a TemplateDoesNotExist error was being fired (due to an improper wrapping in debug.py).
2. once that was fixed, the ExtendsNode assumed that if a TemplateDoesNotExist error was thrown while getting its parent template, its parent could not be found. As you can imagine, this is not the case if the parent template extends (or includes) a template that does not exist.
"		closed	Template system	dev		duplicate	template, error, debug, templatedoesnotexist, templatesyntaxerror		Unreviewed	1	0	0	0	0	0
