Templatetag doesn't read all options
Opened this issue · 0 comments
vdboor commented
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?