I've been working with web2py for only the last few weeks, so it's likely 
this is a problem borne mostly of my own ignorance, but I've been having 
issues rendering a wiki I've been working on.

In my (closely related, so ideally with the same userbase and application 
name, but with some content that isn't particularly wiki-friendly) 
application, I've created a new controller called wiki.py with the 
following code.

def index():
return auth.wiki(render='html')

This sub-wiki of sorts works fine - it lets me create pages, they display, 
tagging works, the whole nine yards. However, it does not render the page 
in html, only in markmin.

When I create a new application, and turn the whole application into a wiki 
via default.py's index function, rendering html does work. It's only with 
the sub-application arrangement that it gives me issues.

Any advice?

-- 

--- 
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.


Reply via email to