I suspect that you did not pass the dict adequately from your controller...
It could help if you post your controller code and view code... Richard On Fri, Oct 21, 2011 at 2:38 PM, Paul <[email protected]> wrote: > I am just starting with web2py. I am going through the online book. When I > do the final MyApp, the word "form" appears on the page. From where did this > come? Likewise, the line "{{=BEAUTIFY(response._vars)}}" was automatically > gennerated and appears to display the form a second time. > > What is your name? > form: > > What's going on? >

