Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inheritance more than one level seems to not work #16

Open
deepakkt opened this issue Dec 31, 2018 · 1 comment
Open

Inheritance more than one level seems to not work #16

deepakkt opened this issue Dec 31, 2018 · 1 comment

Comments

@deepakkt
Copy link

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.

@jribbens
Copy link

Yes, this has just bitten me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants