22 Jan
1999
22 Jan
'99
6:53 p.m.
On Fri, 22 Jan 1999, Paulo Eduardo Neves wrote:
def process(self, REQUEST): """Process the product and return the template""" #process something here return self.template_html()
If so, what should I return from process() to make it have the same output of template_html?
try return self.template_html(self) Pavlos