Hi, in the quickstart tutorial the following
example seams to have a bug:
def writeContent(self):
# .processForm() is inherited from FormServlet
formProcessed, data = self.processForm()
if formProcessed:
self.renderForm()
else:
self.write('Thanks for signing up!')
I think there is a "not" missing in "if formProcessed".
Or did I understand something wrong ???
This occurs in the docs in the dowload too.
Greetings, Uwe.
PS: nice work...