﻿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
7318	extends tag fails with an IndexError when parent template consists only of a TextNode (has patch)	Matthias Kestenholz	Matthias Kestenholz	"Suppose, base.html does not contain any tags or blocks, and home.html only consists of '{% extends ""base.html"" %}', the extends tag falls flat on its face with an IndexError in ExtendsNode::render (Line 73)

The attached patch fixes this misbehaviour. (Granted, the usage is not make much sense, but Django still should not error out.)

I've added myself to the AUTHORS file. Feel free to drop the attribution (or commit a better patch)!"		closed	Template system	dev		fixed	extends	mk@…	Ready for checkin	1	0	0	0	0	0
