move skip to filters link up the DOM

This commit is contained in:
CocoByte 2025-02-18 09:39:06 -07:00
parent 182529a102
commit a0d71bf9f2
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 1 additions and 1 deletions

View file

@ -38,7 +38,6 @@
{% 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 %}

View file

@ -70,6 +70,7 @@
<body id="{% block body_id %}default{% endblock %}" class="{% block body_class %}section_front{% endblock %}">
<a class="usa-skipnav" href="#main-content">Skip to main content</a>
<a class="usa-skipnav" href="#changelist-filter" aria-label="Skip to the filters section">Skip to filters</a>
{% if not IS_PRODUCTION %}
{% include "includes/banner-non-production-alert.html" %}