diff --git a/src/registrar/templates/domain_nameservers.html b/src/registrar/templates/domain_nameservers.html index f201388c4..fde74920f 100644 --- a/src/registrar/templates/domain_nameservers.html +++ b/src/registrar/templates/domain_nameservers.html @@ -5,8 +5,8 @@ {% block domain_content %} - {# this is right after the messages block in the parent template. We use > not >= to account for the blank form. #} - {% if formset.total_form_count > formset.max_num %} + {# this is right after the messages block in the parent template. #} + {% if formset.initial|length >= formset.max_num %}