fixed problem with sidebar

This commit is contained in:
David Kennedy 2023-10-23 21:29:26 -04:00
parent 65b2053a4f
commit ce6fc5a9ac
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -34,7 +34,7 @@
>
DNSSEC
</a>
{% if domain.dnssecdata is not None or (request.path|startswith:url and request.path|endswith:'dsdata') %}
{% if domain.dnssecdata is not None or request.path|startswith:url and request.path|endswith:'dsdata' %}
<ul class="usa-sidenav__sublist">
<li class="usa-sidenav__item">
{% url 'domain-dns-dnssec-dsdata' pk=domain.id as url %}