sorl-thumbnail-async icon indicating copy to clipboard operation
sorl-thumbnail-async copied to clipboard

Templatetag doesn't read all options

Open vdboor opened this issue 9 years ago • 0 comments

Looking at https://github.com/chhantyal/sorl-thumbnail-async/blob/master/thumbnail/templatetags/thumbnail_tags.py#L31 the template tag doesn't read all options.

It assumes there is only thumbnail_options[0] and thumbnail_options[1]. I think the code should loop though thumbnail_options[1:]

Thoughs?

vdboor avatar Feb 11 '15 07:02 vdboor