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 %}