﻿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
28927	include tag fails silently if included template's static tag fails	sodds	nobody	"This bug happens under the following conditions:
1. Static files storage is ManifestStaticFilesStorage
2. Debug setting is False
3. Parent template includes child template with {% include 'child.html' %} tag
4. Child template uses {% load static %} at the top and uses {% static 'missingfile.css' %}
5. Referenced static file does not exists (or is missing from .json manifest)

The actual result is that the parent template renders fine but the child template does not get included

The expected result is an error, e.g. a status code 500
"	Uncategorized	closed	Uncategorized	1.11	Normal	duplicate			Unreviewed	0	0	0	0	0	0
