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

Admin image path broken for Django<=1.3 #33

Closed jsma closed 12 years ago

jsma commented 12 years ago

In Django 1.3, the correct path relative to custom_admin_media_prefix for the search box icon is "img/admin/icon_searchbox.png" but in Django 1.4, this file has moved to "img/icon_searchbox.png". As the code currently stands, it is only working in Django 1.4.

jsma commented 12 years ago

Forgot that pull requests create a ticket automatically, closing this in favor of pull request #34