From f7645228dd69272d0e3b419194d50f8edb60878b Mon Sep 17 00:00:00 2001 From: Jaxon Silva Date: Thu, 13 Feb 2025 10:46:47 -0800 Subject: [PATCH 1/3] Removed thank you text from ineligible states --- src/registrar/templates/emails/status_change_rejected.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/registrar/templates/emails/status_change_rejected.txt b/src/registrar/templates/emails/status_change_rejected.txt index e56d46a1f..2fc44c504 100644 --- a/src/registrar/templates/emails/status_change_rejected.txt +++ b/src/registrar/templates/emails/status_change_rejected.txt @@ -69,8 +69,10 @@ NEED ASSISTANCE? If you have questions about this domain request or need help choosing a new domain name, reply to this email. {% endif %} +{% if reason != domain_request.RejectionReasons.REQUESTOR_NOT_ELIGIBLE %} THANK YOU .Gov helps the public identify official, trusted information. Thank you for requesting a .gov domain. +{% endif %} ---------------------------------------------------------------- From 2c75a8dfbd509032c05ca47b40c846fec0db308e Mon Sep 17 00:00:00 2001 From: Jaxon Silva Date: Thu, 13 Feb 2025 11:06:01 -0800 Subject: [PATCH 2/3] Update status_change_rejected.txt --- src/registrar/templates/emails/status_change_rejected.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registrar/templates/emails/status_change_rejected.txt b/src/registrar/templates/emails/status_change_rejected.txt index 2fc44c504..a222e6088 100644 --- a/src/registrar/templates/emails/status_change_rejected.txt +++ b/src/registrar/templates/emails/status_change_rejected.txt @@ -68,12 +68,12 @@ Learn more about: NEED ASSISTANCE? If you have questions about this domain request or need help choosing a new domain name, reply to this email. {% endif %} - {% if reason != domain_request.RejectionReasons.REQUESTOR_NOT_ELIGIBLE %} + THANK YOU .Gov helps the public identify official, trusted information. Thank you for requesting a .gov domain. -{% endif %} +{% endif %} ---------------------------------------------------------------- The .gov team From 234a846d5a3f4980c57b364407250181c1dd4e33 Mon Sep 17 00:00:00 2001 From: Jaxon Silva Date: Wed, 19 Feb 2025 16:31:26 -0800 Subject: [PATCH 3/3] Update status_change_rejected.txt Added additional state for "organization not eligible" --- src/registrar/templates/emails/status_change_rejected.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/emails/status_change_rejected.txt b/src/registrar/templates/emails/status_change_rejected.txt index a222e6088..e865031fa 100644 --- a/src/registrar/templates/emails/status_change_rejected.txt +++ b/src/registrar/templates/emails/status_change_rejected.txt @@ -68,7 +68,7 @@ Learn more about: NEED ASSISTANCE? If you have questions about this domain request or need help choosing a new domain name, reply to this email. {% endif %} -{% if reason != domain_request.RejectionReasons.REQUESTOR_NOT_ELIGIBLE %} +{% if reason != domain_request.RejectionReasons.REQUESTOR_NOT_ELIGIBLE and reason != domain_request.RejectionReasons.ORG_NOT_ELIGIBLE %} THANK YOU .Gov helps the public identify official, trusted information. Thank you for requesting a .gov domain.