﻿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
1531	Extends template reported as not existing when include file doesn't exist	ilikeprivacy@…	Adrian Holovaty	"When an include file in a base template doesn't exist the base template is reported as not existing.

example:

base_generic.html
{{{
............
{% include ""file_doesnt_exist"" %}
............
}}}

index.html
{{{
{% extends ""base_generic"" %}
.........
}}}

{{{
Exception Type:  	TemplateSyntaxError
Exception Value: 	Template 'base_generic' cannot be extended, because it doesn't exist
Exception Location: 	/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django/core/template/loader_tags.py in get_parent, line 54
}}}"	defect	closed	Template system		minor	fixed			Unreviewed	0	0	0	0	0	0
