From b2884e4e4871aba723ed1767bd8a09d5354455c4 Mon Sep 17 00:00:00 2001 From: Horilla Date: Mon, 13 Oct 2025 10:42:24 +0530 Subject: [PATCH] [UPDT] HORILLA_THEME: Updated to include quick filters in empty page also --- horilla_theme/templates/generic/horilla_list_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horilla_theme/templates/generic/horilla_list_table.html b/horilla_theme/templates/generic/horilla_list_table.html index 22fffcb5a..97a60e55b 100644 --- a/horilla_theme/templates/generic/horilla_list_table.html +++ b/horilla_theme/templates/generic/horilla_list_table.html @@ -30,8 +30,8 @@ > {% if show_filter_tags %} {% include "generic/filter_tags.html" %} {% endif %} + {% if bulk_select_option %} {% include "generic/quick_actions.html" %} {% endif %} {% if queryset|length %} - {% if bulk_select_option %} {% include "generic/quick_actions.html" %} {% endif %}
{% if show_toggle_form %}