It should also work without the extra parentheses around IS_SLUG:

'attachment;filename=event_%s_%s.ics' % (IS_SLUG()(organization.name)[0], 
row.id)

Anthony

On Thursday, April 26, 2012 6:16:38 AM UTC-4, Annet wrote:
>
> This is what it has to be:
>
> {{response.headers['Content-Disposition'] = 
> 'attachment;filename=event_%s_%s.ics' % ((IS_SLUG()(organization.name)[0]), 
> row.id)}}
>

Reply via email to