Hi, I have a little problem with the context.
I have an inclusion tag with the param :
takes_context=True
In this inclusion's tag's template, I call for another inclusion_tag which has also the param
takes_context = True
But in this last inclusion_tag context is None.
I don't know why ?
Thanks.