mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 02:36:02 +02:00
fix - hide skip link if no table is selected
This commit is contained in:
parent
d2cdc95e97
commit
4a4128d3a7
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if opts.model_name %}
|
||||||
<a class="usa-skipnav" href="#changelist-filter" aria-label="Skip to the filters section">Skip to filters</a>
|
<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 #}
|
{# Djando update: this div will change to header #}
|
||||||
<div id="header">
|
<div id="header">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue