On Mar 23, 2010, at 1:32 AM, annet wrote:

> In a send_mail.html view I have a link which reads like:
> 
> <p>Having trouble viewing this email? <a
> href="{{=URL(r=request,c='clublocatormail',f='browser_version',args=[item.bedrijf])}}"
> target="_blank">View it in your browser</a></p>
> 
> When I send the mail and open it this link reads like:
> 
> <p>Having trouble viewing this email? <a>View it in your browser</a></
> p>
> 
> Does one of you know why the href isn't being rendered?

It needs to be _href= (and _target=).

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to