- Back to change domain + Back to manage your domains
diff --git a/src/registrar/templates/domain_detail.html b/src/registrar/templates/domain_detail.html index 77ac44d3e..4bae384f5 100644 --- a/src/registrar/templates/domain_detail.html +++ b/src/registrar/templates/domain_detail.html @@ -6,36 +6,20 @@DNS name servers
- {% if is_original_creator %}No DNS name servers have been added yet. Before your domain can be used we’ll need information about your domain name servers.
Add DNS name servers - {% else %} -No DNS name servers have been added yet.
- {% endif %} {% endif %} {% url 'domain-org-name-address' pk=domain.id as url %} {% include "includes/summary_item.html" with title='Organization name and mailing address' value=domain.domain_info address='true' edit_link=url %} {% url 'domain-authorizing-official' pk=domain.id as url %} - {% if is_original_creator %} - {% include "includes/summary_item.html" with title='Authorizing official' value=domain.domain_info.authorizing_official contact='true' edit_link=url %} - {% else %} - {% include "includes/summary_item.html" with title='Authorizing official' value=domain.domain_info.authorizing_official contact='true'%} - {% endif %} + {% include "includes/summary_item.html" with title='Authorizing official' value=domain.domain_info.authorizing_official contact='true' edit_link=url %} {% url 'domain-your-contact-information' pk=domain.id as url %} - {% if is_original_creator %} - {% include "includes/summary_item.html" with title='Your contact information' value=request.user.contact contact='true' edit_link=url %} - {% else %} - {% include "includes/summary_item.html" with title='Contact information' value=request.user.contact contact='true' edit_link=url %} - {% endif %} + {% include "includes/summary_item.html" with title='Your contact information' value=request.user.contact contact='true' edit_link=url %} {% url 'domain-security-email' pk=domain.id as url %} {% include "includes/summary_item.html" with title='Security email' value=domain.security_email edit_link=url %} diff --git a/src/registrar/templates/domain_org_name_address.html b/src/registrar/templates/domain_org_name_address.html index a9691fc08..587ba4782 100644 --- a/src/registrar/templates/domain_org_name_address.html +++ b/src/registrar/templates/domain_org_name_address.html @@ -8,11 +8,8 @@ {% include "includes/form_errors.html" with form=form %}Organization name and mailing address
- {% if is_original_creator %} +The name of your organization will be publicly listed as the domain registrant.
- {% else %} -The name of the organization will be publicly listed as the domain registrant.
- {% endif %} {% include "includes/required_fields.html" %} diff --git a/src/registrar/templates/domain_sidebar.html b/src/registrar/templates/domain_sidebar.html index e5f9e045a..2260a586d 100644 --- a/src/registrar/templates/domain_sidebar.html +++ b/src/registrar/templates/domain_sidebar.html @@ -11,7 +11,6 @@ Domain overview - {% if is_original_creator %}