Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TemplateDoesNotExist error in Filer directory listing #533

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

reedjones
Copy link
Contributor

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: #500

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: farridav#500
@farridav
Copy link
Owner

Despite the failing build, this PR is fine to go in, thanks for your contribution, ill be looking at the failing builds and python support outside of this PR.

@farridav farridav merged commit 999d769 into farridav:master Mar 23, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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