mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
move skip to filters link up the DOM
This commit is contained in:
parent
182529a102
commit
a0d71bf9f2
2 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue