From 7bd6e7f5939308324d07278c7c6552a73efea009 Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Thu, 5 Oct 2023 16:11:56 -0400 Subject: [PATCH 01/18] logic in domain_sidebar which determines display of DS Data and Key Data --- src/registrar/templates/domain_sidebar.html | 2 +- src/registrar/templatetags/url_helpers.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/registrar/templates/domain_sidebar.html b/src/registrar/templates/domain_sidebar.html index d31ce613a..aff9f5dab 100644 --- a/src/registrar/templates/domain_sidebar.html +++ b/src/registrar/templates/domain_sidebar.html @@ -34,7 +34,7 @@ > DNSSEC - {% if domain.dnssec_enabled %} + {% if domain.dnssecdata is not None or request.path|startswith:url and request.path|endswith:'data' %}