﻿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
12939	fix for ExceptionReporter.get_traceback_html()	skoom	nobody	"ExceptionReporter.get_traceback_html() checks if the exception has a 'source' attribute before running get_template_exception_info().

It should check the type of exception is TemplateSyntaxError as it says it does in the documentation.

It only checks if the exception has a 'source' attribute. I use mako templates and their compiler exception has a source value (which is a string) and the ExceptionReporter fails pulling this value into 3 values as it tries to on line 137 of views/debug.py.

Some of my template issues just show up as an error in debug.py at line 137."		closed	Template system	dev		duplicate			Unreviewed	0	0	0	0	0	0
