mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-05 12:07:22 +02:00
Fix bug
This commit is contained in:
parent
245150ad32
commit
d120f31581
4 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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 you’re 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 you’re 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 you’re requesting an additional domain and not replacing your existing one, we’ll need more information to support that request.
|
FOR AN ADDITIONAL DOMAIN: If you’re requesting an additional domain and not replacing your existing one, we’ll 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 won’t meet your needs.
|
Reply to this email. Detail why you believe another domain is necessary for your organization, and why a subdomain won’t meet your needs.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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/>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue