wardi / django-filebrowser-no-grappelli

django-filebrowser for default Django admin site. Based on https://github.com/sehmaschine/django-filebrowser v3.1 (before it was in git) Consider using https://github.com/smacker/django-filebrowser-no-grappelli which is based on a newer version
Other
150 stars 114 forks source link

Added search box icon to the static media shipped by filebrowser. #34

Closed jsma closed 12 years ago

jsma commented 12 years ago

The path for this image differs between Django<=1.3 and Django>=1.4. To bypass this difference, it is simplest to ship the image rather than add extra code to support two different image paths.

Fixes #33.