We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52388ca commit 4ee191cCopy full SHA for 4ee191c
adminlteui/templates/admin/change_list_results.html
@@ -41,13 +41,6 @@
41
</tr>
42
{% endfor %}
43
</tbody>
44
- <tfoot>
45
- <tr role="row">
46
- {% for header in result_headers %}
47
- <th class="sorting_asc" tabindex="0" aria-controls="example2" rowspan="1" colspan="1" aria-sort="ascending" aria-label="Rendering engine: activate to sort column descending">{{ header.text }}</th>
48
- {% endfor %}
49
- </tr>
50
- </tfoot>
51
</table>
52
</div>
53
0 commit comments