add skip-to-filters link for admin tables

This commit is contained in:
CocoByte 2025-02-09 19:25:37 -07:00
parent 303b74c458
commit 2c74654544
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -37,6 +37,8 @@
for {{ search_query }}
{% endif %}
</h2>
<a class="usa-skipnav" href="#changelist-filter" aria-label="Skip to the filters section">Skip to filters</a>
{% endblock %}
{% comment %} Replace the Django ul markup with a div. We'll replace the li with a p in change_list_object_tools {% endcomment %}