Django-tinymce-filebrowser
Django-tinymce-filebrowser copied to clipboard
No preview for previously uploaded files.
I somehow cannot see previously uploaded files in the popup and cannot select them for another use.
I checked the filebrowser.html
and I see that it iterates through images in object_list but it doesn't render the thumbnail.
Any reasons why can this happen?
I ended up overriding the filebrowser.html
file and deleting the whole thumbnail and sorl.thumbnail
dependency and used the original file.
Pull request are welcome