django-basic-apps
django-basic-apps copied to clipboard
Fixed thumbnail template tag to work with images with spaces in them or ...
...other url escapes (such as user uploaded photos)
Not sure if this was intentional or not, but in my use, the stored photos could have spaces in them that would be escaped in the url, but not the path, and needed to be unquoted.