You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is really an issue for this repo or not, but for a project that is already using easy_thumbnails, the avatar template throws an error:
Invalid block tag: 'empty', expected 'else' or 'endif_has_tag'
I'm pretty sure this is because both sorl-thumbnail and easy_thumbnails use a {% thumbnail ... %} template tag, so {% friendly_load thumbnail %} works with either, but easy_thumbnail's tag doesn't have the option to use an {% empty %} block.
I will try to fix this for my project, let me know if you can think of a simple fix in the meantime, and if I manage to figure something out I will submit a pull request.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is really an issue for this repo or not, but for a project that is already using easy_thumbnails, the avatar template throws an error:
Invalid block tag: 'empty', expected 'else' or 'endif_has_tag'
I'm pretty sure this is because both sorl-thumbnail and easy_thumbnails use a
{% thumbnail ... %}
template tag, so{% friendly_load thumbnail %}
works with either, but easy_thumbnail's tag doesn't have the option to use an{% empty %}
block.I will try to fix this for my project, let me know if you can think of a simple fix in the meantime, and if I manage to figure something out I will submit a pull request.
The text was updated successfully, but these errors were encountered: