﻿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
6578	Strange code introduced in changeset 7089	Grzegorz Lukasik <hauserx@…>	nobody	"http://code.djangoproject.com/changeset/7089

{{{
 	293	            try: 
 	294	                if nodelist.contains_nontext: 
 	295	                    raise AttributeError 
 	296	            except AttributeError: 
 	297	                raise TemplateSyntaxError(""%r must be the first tag in the template."" % node) 
}}}

raising exception and then catching it immediately doesn't look right."		closed	Template system	dev		invalid			Unreviewed	1	0	0	0	0	0
