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
request
Hi @mixxorz thank you for this great library!
Component template tags do not pass the current context to the child component.
I totally agree with this, but passing just the request object would be very useful for the following reasons:
it's the default Django behaviour, request is available to all templates
it would make easier to render components based on user state
it would reduce code in the parent template (no need to forward request)
Let me know what you think about this.
The text was updated successfully, but these errors were encountered:
Close as duplicate of #45
Sorry, something went wrong.
No branches or pull requests
Hi @mixxorz
thank you for this great library!
I totally agree with this, but passing just the request object would be very useful for the following reasons:
it's the default Django behaviour,
request
is available to all templatesit would make easier to render components based on user state
it would reduce code in the parent template (no need to forward
request
)Let me know what you think about this.
The text was updated successfully, but these errors were encountered: