The only other thing that I noticed is that you are pointing to the
wrong template in your edit function.  You have it listed as:

@turbogears.expose(html="wiki20.templates.page")
def edit(self,pagename):

But is should be @turbogears.expose(html="wiki20.templates.edit")
def edit(self,pagename):

Try fixing that and see what happens.

Reply via email to