The Domain Name System (DNS) is the internet service that translates your domain name into an IP address. Before your .gov domain can be used, you'll need to connect it to a DNS hosting service and provide us with your name server information.
diff --git a/src/registrar/templates/domain_dsdata.html b/src/registrar/templates/domain_dsdata.html
index ceab937bc..28fd3c5a8 100644
--- a/src/registrar/templates/domain_dsdata.html
+++ b/src/registrar/templates/domain_dsdata.html
@@ -3,11 +3,6 @@
{% block title %}DS data | {{ domain.name }} | {% endblock %}
-{% block domain_content %}
-
- {% for form in formset %}
- {% include "includes/form_errors.html" with form=form %}
- {% endfor %}
{% block breadcrumb %}
{% if portfolio %}
@@ -34,6 +29,13 @@
{% endif %}
{% endblock breadcrumb %}
+ {% block domain_content %}
+
+
+ {% for form in formset %}
+ {% include "includes/form_errors.html" with form=form %}
+ {% endfor %}
+
DS data
diff --git a/src/registrar/templates/domain_nameservers.html b/src/registrar/templates/domain_nameservers.html
index acd73cc3b..429c55fde 100644
--- a/src/registrar/templates/domain_nameservers.html
+++ b/src/registrar/templates/domain_nameservers.html
@@ -2,47 +2,46 @@
{% load static field_helpers%}
{% block title %}DNS name servers | {{ domain.name }} | {% endblock %}
+ {% block breadcrumb %}
+ {% if portfolio %}
+
+
+ {% endif %}
+ {% endblock breadcrumb %}
-{% block domain_content %}
+ {% block domain_content %}
{# this is right after the messages block in the parent template. #}
+
+ {% if formset.initial|length >= formset.max_num %}
+
+
+
+ You’ve reached the maximum amount of allowed name server records (13).
+
+
+
+{% endif %}
{% for form in formset %}
{% include "includes/form_errors.html" with form=form %}
{% endfor %}
- {% if formset.initial|length >= formset.max_num %}
-
-
-
- You’ve reached the maximum amount of allowed name server records (13).
-