From 60cdea0ac46c7e0ce43dde342a9fceb0f50acd9e Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Tue, 4 Mar 2025 11:29:30 -0500 Subject: [PATCH] styling of error --- src/registrar/templates/domain_nameservers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/domain_nameservers.html b/src/registrar/templates/domain_nameservers.html index 09a337e20..a57112656 100644 --- a/src/registrar/templates/domain_nameservers.html +++ b/src/registrar/templates/domain_nameservers.html @@ -244,7 +244,7 @@ {% with sublabel_text="Example: ns"|concat:forloop.counter|concat:".example.com" %} {% if forloop.counter <= 2 %} {# span_for_text will wrap the copy in s , which we'll use in the JS for this component #} - {% with attr_required=True add_initial_value_attr=True add_group_class="usa-form-group--unstyled-error" span_for_text=True %} + {% with attr_required=True add_initial_value_attr=True span_for_text=True %} {% input_with_errors form.server %} {% endwith %} {% else %}