On Sep 13, 2010, at 1:45 PM, Monty808 wrote:
> <type 'exceptions.NameError'> at /
> global name 'ctx' is not defined
ctx is 'web.ctx', you should pass it to your template engine as a global
variable.
render = web.template.render('templates', globals={'ctx': web.ctx,})
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/webpy?hl=en.