You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi Everyone
I need to url encode an string in the template. In django template
language reference I saw documentation for filter "URLENCODE" which
"Escapes a value for use in a URL". When I tried it, it does nothing,
I'm getting back the same string. I want to produce an url with
properly encoded url string, such as "<a href="/catalog/feature/Full
+HD1080p">Full HD1080p</a>" where space and other characters are
encoded in url safe form.