diff --git a/src/registrar/templates/domain_add_user.html b/src/registrar/templates/domain_add_user.html index 1429127e6..b09f1f814 100644 --- a/src/registrar/templates/domain_add_user.html +++ b/src/registrar/templates/domain_add_user.html @@ -37,6 +37,9 @@ {% endif %} {% endblock breadcrumb %} + + {% include "includes/form_errors.html" with form=form %} +
diff --git a/src/registrar/templates/includes/senior_official.html b/src/registrar/templates/includes/senior_official.html index 0302bc71f..19b443fcd 100644 --- a/src/registrar/templates/includes/senior_official.html +++ b/src/registrar/templates/includes/senior_official.html @@ -26,7 +26,6 @@ {% elif not form.full_name.value and not form.title.value and not form.email.value %}
- Your senior official is a person within your organization who can authorize domain requests. We don't have information about your organization's senior official. To suggest an update, email help@get.gov.
{% else %} diff --git a/src/registrar/templates/portfolio_organization.html b/src/registrar/templates/portfolio_organization.html index 712d1a6ca..ce32555a5 100644 --- a/src/registrar/templates/portfolio_organization.html +++ b/src/registrar/templates/portfolio_organization.html @@ -23,6 +23,8 @@ {% include "includes/form_messages.html" %} {% endblock %} + {% include "includes/form_errors.html" with form=form %} +The name of your organization will be publicly listed as the domain registrant.
@@ -33,7 +35,6 @@ To suggest an update, email help@get.gov. - {% include "includes/form_errors.html" with form=form %} {% include "includes/required_fields.html" %}