Ejemplo n.º 1
0
 def render(self, request, action_url=None):
     if action_url:
         self.action_url = action_url
     return _Form.render(self)
Ejemplo n.º 2
0
 def __init__ (self, context, *args, **kwargs):
     Form.__init__(self, *args, **kwargs)
     self.logger = logging.getLogger(str(self.__class__))
Ejemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     _Form.__init__(self, *args, **kwargs)
     self.cancel_url = None