From e41444fc721d48a61c78f3747935efee695b6510 Mon Sep 17 00:00:00 2001 From: matthewswspence Date: Wed, 18 Dec 2024 13:06:30 -0600 Subject: [PATCH 1/3] add errors to domain add user form --- src/registrar/templates/domain_add_user.html | 3 +++ 1 file changed, 3 insertions(+) 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 %} +

Add a domain manager

{% if has_organization_feature_flag %}

From d84c120f8aaeede642c989d67ed4d1612cf5a73a Mon Sep 17 00:00:00 2001 From: matthewswspence Date: Wed, 18 Dec 2024 13:16:46 -0600 Subject: [PATCH 2/3] remove duplicate sentence from senior official page --- src/registrar/templates/includes/senior_official.html | 1 - 1 file changed, 1 deletion(-) 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 %} From d51c022ec67877470c6a4f55bc25b77ca5dcf3df Mon Sep 17 00:00:00 2001 From: matthewswspence Date: Mon, 30 Dec 2024 10:38:53 -0600 Subject: [PATCH 3/3] minor additional fix --- src/registrar/templates/portfolio_organization.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %} +

Organization

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" %}
{% csrf_token %}