diff --git a/src/registrar/templates/domain_detail.html b/src/registrar/templates/domain_detail.html index 7fbca7c02..97c1971ca 100644 --- a/src/registrar/templates/domain_detail.html +++ b/src/registrar/templates/domain_detail.html @@ -4,14 +4,14 @@ {% block domain_content %} {{ block.super }}
- + {% url 'domain-nameservers' pk=domain.id as url %} {% if domain.nameservers %} {% include "includes/summary_item.html" with title='DNS name servers' value=domain.nameservers list='true' edit_link=url %} {% else %}

DNS name servers

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 + Add DNS name servers {% endif %} {% url 'domain-org-name-address' pk=domain.id as url %}