diff --git a/src/registrar/templates/domain_nameservers.html b/src/registrar/templates/domain_nameservers.html index ef2ff879a..b6e5bc250 100644 --- a/src/registrar/templates/domain_nameservers.html +++ b/src/registrar/templates/domain_nameservers.html @@ -50,7 +50,18 @@
{% csrf_token %} {{ formset.management_form }} - + {% for form in formset %} +
+ +
Example: ns{{forloop.counter}}.example.com
+ + + {% endfor %}