mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
Add organization feature flag check to email template
This commit is contained in:
parent
ac931faa06
commit
30986c546d
1 changed files with 2 additions and 1 deletions
|
@ -12,9 +12,10 @@ 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 has_organization_feature_flag %}
|
||||||
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