django-render-block icon indicating copy to clipboard operation
django-render-block copied to clipboard

Inheritance more than one level seems to not work

Open deepakkt opened this issue 6 years ago • 1 comments

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.

deepakkt avatar Dec 31 '18 16:12 deepakkt

Yes, this has just bitten me.

jribbens avatar Jul 12 '23 13:07 jribbens