Re: Template tag render method doesn't get called

2014-02-16 Thread stevedegrace
This is a real problem. I have had the same issue, and I have seen several other people besides yourself bring this up without getting satisfactory answers. I was having the same problem where __init__ was being called but not render, where the purpose of the tag is to insert several variables

Template tag render method doesn't get called

2008-06-02 Thread Julien
Similar issues have been raised in [1] and [2], but unfortunately I could not find an answer for this. Basically I have a custom template whose 'render' method never gets called (the 'init', however, does): class ShowParticipantNode(Node): def __init__(self, participant, edit): self.