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
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.
2 matches
Mail list logo