django-jazzmin
django-jazzmin copied to clipboard
Fix TemplateDoesNotExist error in Filer directory listing
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