I try to use django-filebrowser-no-grappelli with Django 1.5. The prodlem is: In Django 1.5 the template tags library adminmedia, which only contained the deprecated template tag {% admin_media_prefix %}, was removed. Django-filebrowser-no-grappelli use adminmedia in templates:
{% adminmedia %}
<link rel="stylesheet" type="text/css" href="{% custom_admin_media_prefix %}css/forms.css" />
How can I fix it? Thx!