We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Yes, this has just bitten me.
Sorry, something went wrong.
I think that #56 might fix this, but would be curious for more real world testing!
Duplicate of #12.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: