Open peter-lyon opened 9 years ago
Which version of sorl-thumbnail do you have?
I've found the problem, I was using sorl_thumbnail and easy_thumbnails in the same project, and the templatetags libraries had the same name. Rename themplatetags library solve this problem.
Oh, cool - happy to hear it
Hi, I'm using files-widget and I have an 500 error with the image upload. The error occurs in line 53 of views.py: 'thumbnailPath': render_to_string('files_widget/includes/thumbnail.html', locals()),
This line returns TemplateSyntaxError, it seems an problem with sorl-thumbnail: TemplateSyntaxError: 'thumbnail' tag received a bad argument: 'format' Can anyone help me with this error?
Thanks!