This commit is contained in:
zandercymatics 2024-06-04 12:56:47 -06:00
parent 245150ad32
commit d120f31581
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 7 additions and 7 deletions

View file

@ -765,7 +765,7 @@ class DomainRequest(TimeStampedModel):
# Assumes that the template name matches the action needed reason if nothing is specified. # Assumes that the template name matches the action needed reason if nothing is specified.
# This is so you can override if you need, or have this taken care of for you. # This is so you can override if you need, or have this taken care of for you.
if not email_template_name and not email_template_subject_name: if not email_template_name and not email_template_subject_name:
reason = self.action_needed_reason.value reason = self.action_needed_reason
email_template_name = f"{reason}.txt" email_template_name = f"{reason}.txt"
email_template_subject_name = f"{reason}_subject.txt" email_template_subject_name = f"{reason}_subject.txt"

View file

@ -9,8 +9,8 @@ STATUS: Action needed
ORGANIZATION ALREADY HAS A .GOV DOMAIN ORGANIZATION ALREADY HAS A .GOV DOMAIN
We've reviewed your domain request, but your organization already has at least one other .gov domain. We need more information about your rationale for registering another .gov domain. We've reviewed your domain request, but your organization already has at least one other .gov domain. We need more information about your rationale for registering another .gov domain.
In general, there are two reasons we will approve an additional domain: In general, there are two reasons we will approve an additional domain:
You determine a current .gov domain name will be replaced - You determine a current .gov domain name will be replaced
We determine an additional domain name is appropriate - We determine an additional domain name is appropriate
WE LIMIT ADDITIONAL DOMAIN NAMES WE LIMIT ADDITIONAL DOMAIN NAMES
@ -28,6 +28,7 @@ Using a subdomain of an existing domain (e.g., service.domain.gov) is a common a
ACTION NEEDED ACTION NEEDED
FOR A REPLACEMENT DOMAIN: If youre requesting a new domain that will replace your current domain name, we can allow for a transition period where both are registered to your organization. Afterwards, we will reclaim and retire the legacy name. FOR A REPLACEMENT DOMAIN: If youre requesting a new domain that will replace your current domain name, we can allow for a transition period where both are registered to your organization. Afterwards, we will reclaim and retire the legacy name.
Reply to this email. Tell us how many months your organization needs to maintain your current .gov domain and conduct a transition to a new one. Detail why that period of time is needed. Reply to this email. Tell us how many months your organization needs to maintain your current .gov domain and conduct a transition to a new one. Detail why that period of time is needed.
FOR AN ADDITIONAL DOMAIN: If youre requesting an additional domain and not replacing your existing one, well need more information to support that request. FOR AN ADDITIONAL DOMAIN: If youre requesting an additional domain and not replacing your existing one, well need more information to support that request.
Reply to this email. Detail why you believe another domain is necessary for your organization, and why a subdomain wont meet your needs. Reply to this email. Detail why you believe another domain is necessary for your organization, and why a subdomain wont meet your needs.

View file

@ -8,8 +8,7 @@ STATUS: Action needed
ORGANIZATION MAY NOT MEET ELIGIBILITY REQUIREMENTS ORGANIZATION MAY NOT MEET ELIGIBILITY REQUIREMENTS
We've reviewed your domain request, but we need more information about the organization you represent: We've reviewed your domain request, but we need more information about the organization you represent:
- {{ domain_request.organization_name }}
{{ domain_request.organization_name }}
.Gov domains are only available to official US-based government organizations, not simply those that provide a public benefit. We lack clear documentation that demonstrates your organization is eligible for a .gov domain. .Gov domains are only available to official US-based government organizations, not simply those that provide a public benefit. We lack clear documentation that demonstrates your organization is eligible for a .gov domain.

View file

@ -8,8 +8,8 @@ STATUS: Action needed
AUTHORIZING OFFICIAL DOES NOT MEET ELIGIBILITY REQUIREMENTS AUTHORIZING OFFICIAL DOES NOT MEET ELIGIBILITY REQUIREMENTS
We've reviewed your domain request, but we need more information about the authorizing official listed on the request: We've reviewed your domain request, but we need more information about the authorizing official listed on the request:
{{ domain_request.authorizing_official.get_formatted_name }} - {{ domain_request.authorizing_official.get_formatted_name }}
{{ domain_request.authorizing_official.title }} - {{ domain_request.authorizing_official.title }}
We expect an authorizing official to be someone in a role of significant, executive responsibility within the organization. Our guidelines are open-ended to accommodate the wide variety of government organizations that are eligible for .gov domains, but the person you listed does not meet our expectations for your type of organization. Read more about our guidelines for authorizing officials. <https://get.gov/domains/eligibility/> We expect an authorizing official to be someone in a role of significant, executive responsibility within the organization. Our guidelines are open-ended to accommodate the wide variety of government organizations that are eligible for .gov domains, but the person you listed does not meet our expectations for your type of organization. Read more about our guidelines for authorizing officials. <https://get.gov/domains/eligibility/>