diff --git a/src/registrar/templates/domain_base.html b/src/registrar/templates/domain_base.html index 41273fe92..ab1b38a83 100644 --- a/src/registrar/templates/domain_base.html +++ b/src/registrar/templates/domain_base.html @@ -19,7 +19,7 @@
- {% if not is_analyst_or_superuser %} + {% if not is_analyst_or_superuser or is_original_creator %}

- Back to manage your domains + Back to change domain

diff --git a/src/registrar/templates/domain_detail.html b/src/registrar/templates/domain_detail.html index 256e09f2b..77ac44d3e 100644 --- a/src/registrar/templates/domain_detail.html +++ b/src/registrar/templates/domain_detail.html @@ -34,7 +34,7 @@ {% 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' %} + {% include "includes/summary_item.html" with title='Contact information' value=request.user.contact contact='true' edit_link=url %} {% endif %} {% url 'domain-security-email' pk=domain.id as url %} diff --git a/src/registrar/templates/domain_org_name_address.html b/src/registrar/templates/domain_org_name_address.html index 587ba4782..a9691fc08 100644 --- a/src/registrar/templates/domain_org_name_address.html +++ b/src/registrar/templates/domain_org_name_address.html @@ -8,8 +8,11 @@ {% 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 7b47a64aa..e5f9e045a 100644 --- a/src/registrar/templates/domain_sidebar.html +++ b/src/registrar/templates/domain_sidebar.html @@ -39,16 +39,19 @@ {% endif %} - {% if is_original_creator %}
  • {% url 'domain-your-contact-information' pk=domain.id as url %} + {% if is_original_creator %} Your contact information + {% else %} + Contact information + {% endif %}
  • - {% endif %} +
  • {% url 'domain-security-email' pk=domain.id as url %}