I'm trying to run 0.9.7 - I defined the project specifying 'jinja' as
the template. I'm trying to display a template using:
return render('list.html')
I'm getting an error saying "render is not defined"
I tried using an import:
from pylons.templating import render_jinja as render
that didn't work either. Any ideas ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---