I´m generating links with a loop and url_for(), sadly , this does not
work:
# c.links is a list
% for url in c.links:
<a href="h.url_for(${url}">${url}</a>
% endfor
I get a traceback with encoding errors
What would be the right way to do this?
Thansk
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---