﻿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
28698	Show template origin in TemplateSyntaxError	Jonas Haag	nobody	"Example of current error message:


{{{
django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 8: 'trans', expected 'endblock'. Did you forget to register or load this tag?
}}}

With my patch:

{{{
django.template.exceptions.TemplateSyntaxError: app/yourtemplate.html: Invalid block tag on line 8: 'trans', expected 'endblock'. Did you forget to register or load this tag?
}}}

I'm willing to contribute tests and documentation if the general idea is accepted."	Cleanup/optimization	closed	Template system	dev	Normal	duplicate			Unreviewed	0	0	0	0	0	1
