mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Add conditional org model email formatting
This commit is contained in:
parent
48454e1921
commit
a403dc2922
2 changed files with 1 additions and 3 deletions
|
@ -954,7 +954,6 @@ class DomainRequest(TimeStampedModel):
|
||||||
"recipient": recipient,
|
"recipient": recipient,
|
||||||
"is_org_user": is_org_user,
|
"is_org_user": is_org_user,
|
||||||
}
|
}
|
||||||
|
|
||||||
if custom_email_content:
|
if custom_email_content:
|
||||||
context["custom_email_content"] = custom_email_content
|
context["custom_email_content"] = custom_email_content
|
||||||
send_templated_email(
|
send_templated_email(
|
||||||
|
|
|
@ -12,10 +12,9 @@ STATUS: Submitted
|
||||||
|
|
||||||
NEXT STEPS
|
NEXT STEPS
|
||||||
We’ll 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.
|
We’ll 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 we’ll verify that your requested domain meets our naming requirements.
|
During our review we’ll verify that your requested domain meets our naming requirements.
|
||||||
{% else %}
|
{% else %}
|
||||||
has feature flag: {{has_organization_feature_flag}}
|
|
||||||
During our review, we’ll verify that:
|
During our review, we’ll verify that:
|
||||||
- Your organization is eligible for a .gov domain
|
- Your organization is eligible for a .gov domain
|
||||||
- You work at the organization and/or can make requests on its behalf
|
- You work at the organization and/or can make requests on its behalf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue