django-render-block
django-render-block copied to clipboard
Inheritance more than one level seems to not work
I have three templates
Template A Template B Template C
B inherits from A and C inherits from B.
If there is a block in A which I don't specify in C, but try to render the block passing C, it throws a block not found exception.
But it works if I pass in B instead of C.
Yes, this has just bitten me.