> > Dear all, I've just came across the fact that with the following code:
A workaround:
(in the model)
auth.wiki(resolve=False)
page = db(db.wiki_page.slug==request.function).select().first()
(in the view)
{{=page.title}}
--
> > Dear all, I've just came across the fact that with the following code:
A workaround:
(in the model)
auth.wiki(resolve=False)
page = db(db.wiki_page.slug==request.function).select().first()
(in the view)
{{=page.title}}
--