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

Fix TemplateDoesNotExist error in Filer directory listing

Open reedjones opened this issue 1 year ago • 0 comments

Fix TemplateDoesNotExist error in Filer directory listing

Issue: TemplateDoesNotExist error was occurring in Filer directory listing due to a mismatch in template inclusion. Changed include to Solution: Updated template inclusion from "admin/filer/folder/directory_table.html" to "admin/filer/folder/directory_table_list.html" in jazzmin's directory_listing.html.

This commit resolves the reported issue by aligning the template inclusion with the correct path.

Closes: https://github.com/farridav/django-jazzmin/issues/500

reedjones avatar Feb 28 '24 06:02 reedjones