> > Also as this maybe important. In my init/model/db.py I have the > following after auth tables are defined: > auth.wiki(resolve=False) >
The auth.wiki method arguments set the Wiki object options the first time, and further configs must be changed with the auth.settings.wiki.option syntax. render="markmin" is the default option and AFAIK is not updated once it was created in the model. Try auth.wiki(resolve=False, render="html"). That should solve the problem. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.