Re: sorl thumbnail error

2009-10-11 Thread Malcolm MacKinnon
Thanks very much. On Sun, Oct 11, 2009 at 3:03 PM, Michael P. Jung wrote: > > > I'm getting error messages with sorl thumbnail. [...] All works fine, > > until I use the following template thumbnail tag: > > > > > > You must not put braces around variables passed to a template tag. > > Just wri

Re: sorl thumbnail error

2009-10-11 Thread Michael P. Jung
> I'm getting error messages with sorl thumbnail. [...] All works fine, > until I use the following template thumbnail tag: > > You must not put braces around variables passed to a template tag. Just write: {% thumbnail obj 80x80 %} That also explains why your {% thumbnail '/path/to/image' 80

Re: sorl thumbnail error

2009-10-11 Thread Arthur Metasov
2009/10/12 Malcolm MacKinnon > Hi, > I'm getting error messages with sorl thumbnail. I'm simply trying to show > thumbnail images on my template. I select a number of images in my views, > and iterate over my selection. Note that all my images are a certain size, > and I'm just trying to reduce t