fix - hide skip link if no table is selected

This commit is contained in:
CocoByte 2025-02-18 09:50:34 -07:00
parent d2cdc95e97
commit 4a4128d3a7
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -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">