﻿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
2298	Custom template tag files with errors aren't reported as such.	Tyson Tate <tyson@…>	nobody	"If a custom template tag file (i.e. ""project/apps/app/templatetags/my_tags.py"") has errors, they aren't reported anywhere. The module is simply not loaded and then we get a !TemplateSyntaxError when we try to do:

{{{
{% load my_tags.py %}
}}}

It would be nice if we could somehow get the error that occurred in the template tag file instead of a !TemplateSyntaxError."	defect	closed	Template system		normal	duplicate		tyson@…	Accepted	0	0	0	0	0	0
