From a0d71bf9f2aca4193b230d0a079efef8c71215a0 Mon Sep 17 00:00:00 2001 From: CocoByte Date: Tue, 18 Feb 2025 09:39:06 -0700 Subject: [PATCH] move skip to filters link up the DOM --- src/registrar/templates/admin/change_list.html | 1 - src/registrar/templates/base.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/admin/change_list.html b/src/registrar/templates/admin/change_list.html index 7256f2af2..c5ee34f3e 100644 --- a/src/registrar/templates/admin/change_list.html +++ b/src/registrar/templates/admin/change_list.html @@ -38,7 +38,6 @@ {% endif %} - Skip to filters {% endblock %} {% comment %} Replace the Django ul markup with a div. We'll replace the li with a p in change_list_object_tools {% endcomment %} diff --git a/src/registrar/templates/base.html b/src/registrar/templates/base.html index dd6417ccb..e1c315bc8 100644 --- a/src/registrar/templates/base.html +++ b/src/registrar/templates/base.html @@ -70,6 +70,7 @@ Skip to main content + Skip to filters {% if not IS_PRODUCTION %} {% include "includes/banner-non-production-alert.html" %}