diff --git a/src/registrar/templates/domain_detail.html b/src/registrar/templates/domain_detail.html index 0d129c69c..711c3ac2a 100644 --- a/src/registrar/templates/domain_detail.html +++ b/src/registrar/templates/domain_detail.html @@ -53,7 +53,7 @@ {% endif %} {% endif %} - {% if portfolio %} + {% if is_org_user %} {% comment %} TODO - uncomment in #2352 and add to edit_link {% url 'domain-suborganization' pk=domain.id as url %} {% endcomment %} diff --git a/src/registrar/templates/domain_sidebar.html b/src/registrar/templates/domain_sidebar.html index efc863634..a4b6d85cb 100644 --- a/src/registrar/templates/domain_sidebar.html +++ b/src/registrar/templates/domain_sidebar.html @@ -8,7 +8,7 @@ {% include "includes/domain_sidenav_item.html" with item_text="Domain overview" %} {% endwith %} - {% if portfolio %} + {% if is_org_user %} {% comment %} TODO - uncomment in #2352 {% with url_name="domain-suborganization" %} {% include "includes/domain_sidenav_item.html" with item_text="Suborganization" %} diff --git a/src/registrar/templates/includes/domains_table.html b/src/registrar/templates/includes/domains_table.html index 3a7aee80b..cef3c61a4 100644 --- a/src/registrar/templates/includes/domains_table.html +++ b/src/registrar/templates/includes/domains_table.html @@ -143,7 +143,7 @@ Expires Status - {% if portfolio %} + {% if is_org_user %} Suborganization {% endif %}