On Tue, Feb 2, 2010 at 12:13 PM, timc3 <[email protected]> wrote: > I am working with an external REST Provider whose GUIDs might have > spaces, plus signs and a few other characters in (I can't change > this). > > In my template I use the following, which normally works except when > their are encoded characters in the string: > > {% url group_view group.groupName|urlencode %} >
Remove the |urlencode filter. Karen -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

