django-jazzmin icon indicating copy to clipboard operation
django-jazzmin copied to clipboard

TemplateDoesNotExist at /admin2/filer/folder/1/list/ admin/filer/folder/directory_table.html

Open housUnus opened this issue 1 year ago • 1 comments

Hi i had this problem using jazzmin with the latest version of Filer:

I found out that changing: {% include "admin/filer/folder/directory_table.html" %}

to

{% include "admin/filer/folder/directory_table_list.html" %}

in

jazzmin\templates\admin\filer\folder\directory_listing.html

Solved the problem.

housUnus avatar Jul 22 '23 11:07 housUnus

Had the same problem, above solution worked..

reedjones avatar Feb 28 '24 06:02 reedjones