From 8bf2432b15c3e7a960077ed1869ddcecb21e7fce Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Mon, 23 Oct 2023 16:43:45 -0400 Subject: [PATCH] remove the dnssec confirmed session --- src/registrar/templates/domain_dsdata.html | 6 +++--- src/registrar/views/domain.py | 17 +++-------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/src/registrar/templates/domain_dsdata.html b/src/registrar/templates/domain_dsdata.html index b387d34b6..45b72a9a2 100644 --- a/src/registrar/templates/domain_dsdata.html +++ b/src/registrar/templates/domain_dsdata.html @@ -22,7 +22,7 @@

Enter the values given by your DNS provider for DS Data.

- {% if not dnssec_ds_confirmed %} + {% comment %} {% if not dnssec_ds_confirmed %}

Required fields are marked with an asterisk (Add new record - {% else %} + {% else %} {% endcomment %} {% include "includes/required_fields.html" %}

@@ -111,7 +111,7 @@ >Cancel
- {% endif %} + {% comment %} {% endif %} {% endcomment %} {% if trigger_modal %}