﻿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
15276	More configurable unresolved template variables handling	Piotr Czachur	nobody	"So far there is one solution to debug unresolved template errors: settings.TEMPLATE_STRING_IF_INVALID. It doesn't offer to much control over what happens when such error occurs. Main motivation for creating this ticket was lack of possibility to track template var errors on production (TEMPLATE_STRING_IF_INVALID='').

My proposition to overcome mentioned limitation is to allow three levels of template error handling:
 - IGNORE (current default)
 - WARNING: possibility to track errors in production mode (when TEMPLATE_STRING_IF_INVALID='')
 - EXCEPTION: easily find errors when debugging

How about this?"		closed	Template system	dev		invalid			Unreviewed	0	0	0	0	0	0
