Re: problem with block tag and autoescaping

2010-09-16 Thread Julian Moritz
Am Donnerstag, den 16.09.2010, 11:18 +0100 schrieb Nuno Maltez: > On Wed, Sep 15, 2010 at 4:50 PM, Julian wrote: > > before returning, all paramaters in the urls are separated by & as > > they should be. in the template the & occur as &. for example, the > > url is print'ed in the tag: > > > > /go

Re: problem with block tag and autoescaping

2010-09-16 Thread Nuno Maltez
On Wed, Sep 15, 2010 at 4:50 PM, Julian wrote: > before returning, all paramaters in the urls are separated by & as > they should be. in the template the & occur as &. for example, the > url is print'ed in the tag: > > /go/to/url? > utts=-1&utsrc=trackuser&utsig=f6730dc992ee9a23c24ed0adae0eb5f6 >

problem with block tag and autoescaping

2010-09-15 Thread Julian
Hi, I'm a little bit confused. I'm writing a block tag which manipulates all the included urls in a special way to track users. therefor I've written a custom template-tag which does mainly the following in the render-method: 1. render the nodelist 2. parse the html with beautifulsoup 3. manipula