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" %}