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

Closed
deepakkt opened this issue Dec 31, 2018 · 3 comments · Fixed by #56
Closed

Inheritance more than one level seems to not work #16

deepakkt opened this issue Dec 31, 2018 · 3 comments · Fixed by #56

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.

@clokep
Copy link
Owner

clokep commented Jun 28, 2024

I think that #56 might fix this, but would be curious for more real world testing!

@clokep
Copy link
Owner

clokep commented Jun 28, 2024

Duplicate of #12.

@clokep clokep closed this as completed Jun 28, 2024
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

Successfully merging a pull request may close this issue.

3 participants