Using the wiki20.tgz (http://www.turbogears.org/docs/wiki20/wiki20.tgz) file I encountered three errors: - KeyError: 'html_body' "in controllers.py", line 23, in index (changing html_body to body works for me)
- File "master.py", line 79, in _match_func NameError: name 'turbogearsflash' is not defined (I removed the line) - The js behind "View complete page list" does not work for me. From the JavaScript-Konsole: Warning: assignment to undeclared variable d Source: http://localhost:8080/ Line: 15 Error: loadJSONDoc is not defined Source: http://localhost:8080/ Line: 15 Frank

