diff --git a/horilla_views/templates/generic/group_by_table.html b/horilla_views/templates/generic/group_by_table.html index 133bc9eb0..48fdb660a 100644 --- a/horilla_views/templates/generic/group_by_table.html +++ b/horilla_views/templates/generic/group_by_table.html @@ -19,7 +19,7 @@ {% if bulk_select_option and queryset|length %} {% include "generic/quick_actions.html" %} {% endif %} - {% if show_filter_tags %} {% include "generic/filter_tags.html" %} {% endif %}
@@ -250,7 +250,7 @@ class="oh-pagination__input" value="{{group.list.number}}" hx-get="{{search_url}}?{{request.GET.urlencode}}" - hx-target="#{{view_id}}" + hx-target="#{{view_id}}" hx-on:click="htmxLoadIndicator(this);" min="1" /> {% trans "First" %} @@ -272,7 +272,7 @@ {% trans "Previous" %} @@ -281,7 +281,7 @@ {% trans "Next" %} @@ -289,7 +289,7 @@ {% trans "Last" %}