mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Merge branch 'main' into za/3526-fix-link-accessibility-issues
This commit is contained in:
commit
e9432ccd0e
2 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,10 @@
|
|||
{% endwith %}
|
||||
{% endif %}
|
||||
|
||||
{% if opts.model_name %}
|
||||
<a class="usa-skipnav" href="#changelist-filter" aria-label="Skip to the filters section">Skip to filters</a>
|
||||
{% endif %}
|
||||
|
||||
{# Djando update: this div will change to header #}
|
||||
<div id="header">
|
||||
<div id="branding">
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
for {{ search_query }}
|
||||
{% endif %}
|
||||
</h2>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% comment %} Replace the Django ul markup with a div. We'll replace the li with a p in change_list_object_tools {% endcomment %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue