Skip to content

Commit

Permalink
Merge pull request #533 from reedjones/patch-1
Browse files Browse the repository at this point in the history
Fix TemplateDoesNotExist error in Filer directory listing
  • Loading branch information
farridav authored Mar 23, 2024
2 parents 97ab418 + 37c81c9 commit 999d769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
{% if action_form and actions_on_top and paginator.count and not is_popup %}
{% filer_actions %}
{% endif %}
{% include "admin/filer/folder/directory_table.html" %}
{% include "admin/filer/folder/directory_table_list.html" %}
{% if action_form and actions_on_bottom and paginator.count and not is_popup %}
{% filer_actions %}
{% endif %}
Expand Down

0 comments on commit 999d769

Please sign in to comment.