|
@@ -38,10 +38,10 @@ Context:
|
|
|
{% block tabs %}
|
|
{% block tabs %}
|
|
|
<ul class="nav nav-tabs" role="tablist">
|
|
<ul class="nav nav-tabs" role="tablist">
|
|
|
<li class="nav-item" role="presentation">
|
|
<li class="nav-item" role="presentation">
|
|
|
- <a class="nav-link active" id="object-list-tab" data-bs-toggle="tab" data-bs-target="#object-list" type="button" role="tab" aria-controls="object-list" aria-selected="true">
|
|
|
|
|
|
|
+ <button class="nav-link active" id="object-list-tab" data-bs-toggle="tab" data-bs-target="#object-list" type="button" role="tab" aria-controls="object-list" aria-selected="true">
|
|
|
{% trans "Results" %}
|
|
{% trans "Results" %}
|
|
|
<span class="badge text-bg-secondary total-object-count">{% if table.page.paginator.count %}{{ table.page.paginator.count }}{% else %}{{ total_count|default:"0" }}{% endif %}</span>
|
|
<span class="badge text-bg-secondary total-object-count">{% if table.page.paginator.count %}{{ table.page.paginator.count }}{% else %}{{ total_count|default:"0" }}{% endif %}</span>
|
|
|
- </a>
|
|
|
|
|
|
|
+ </button>
|
|
|
</li>
|
|
</li>
|
|
|
{% if filter_form %}
|
|
{% if filter_form %}
|
|
|
<li class="nav-item" role="presentation">
|
|
<li class="nav-item" role="presentation">
|