﻿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
21707	Uninformative error if block.super is used inside the block tag of a base template	Mitar	ANUBHAV JOSHI	"If `block.super` is used inside the block tag of a base template, an uninformative error is thrown:

{{{
'BlockNode' object has no attribute 'context'
}}}

It is thrown in `super` method when doing:

{{{
render_context = self.context.render_context
}}}

I think code should check for missing `self.context` and throw a more informative exception."	Cleanup/optimization	closed	Template system	dev	Normal	fixed		Tim Graham	Accepted	1	0	0	0	0	0
