diff --git a/src/registrar/templates/domain_detail.html b/src/registrar/templates/domain_detail.html index a0d477249..e4c3f703d 100644 --- a/src/registrar/templates/domain_detail.html +++ b/src/registrar/templates/domain_detail.html @@ -73,9 +73,16 @@ {% if is_portfolio_user and not is_domain_manager %}
You don't have access to manage {{domain.name}}. If you need to make updates, contact one of the listed domain managers.
+ {% else %} + {% url 'member' member_pk=user_portfolio_permission.id as edit_member_url %} ++ You don't have access to manage {{domain.name}}. If you need to become a domain manager, edit the domain assignments in your member profile. +
+ {% endif %}