Add conditional org model email formatting

This commit is contained in:
Erin Song 2025-01-16 09:22:30 -08:00
parent 48454e1921
commit a403dc2922
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -954,7 +954,6 @@ class DomainRequest(TimeStampedModel):
"recipient": recipient,
"is_org_user": is_org_user,
}
if custom_email_content:
context["custom_email_content"] = custom_email_content
send_templated_email(

View file

@ -12,10 +12,9 @@ STATUS: Submitted
NEXT STEPS
Well review your request. This review period can take 30 business days. Due to the volume of requests, the wait time is longer than usual. We appreciate your patience.
{% if has_organization_feature_flag %}
{% if is_org_user %}
During our review well verify that your requested domain meets our naming requirements.
{% else %}
has feature flag: {{has_organization_feature_flag}}
During our review, well verify that:
- Your organization is eligible for a .gov domain
- You work at the organization and/or can make requests on its behalf