mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Updates to rejection email
This commit is contained in:
parent
ff0307943a
commit
4d65b7662e
1 changed files with 15 additions and 17 deletions
|
@ -1,32 +1,30 @@
|
||||||
{% autoescape off %}{# In a text file, we don't want to have HTML entities escaped #}
|
{% autoescape off %}{# In a text file, we don't want to have HTML entities escaped #}
|
||||||
Hi {{ application.submitter.first_name }}.
|
Hi, {{ application.submitter.first_name }}.
|
||||||
|
|
||||||
Your .gov domain request has been rejected.
|
Your .gov domain request has been rejected.
|
||||||
|
|
||||||
DOMAIN REQUESTED: {{ application.requested_domain.name }}
|
DOMAIN REQUESTED: {{ application.requested_domain.name }}
|
||||||
REQUEST RECEIVED ON: {{ application.submission_date|date }}
|
REQUEST RECEIVED ON: {{ application.submission_date|date }}
|
||||||
REQUEST #: {{ application.id }}
|
|
||||||
STATUS: Rejected
|
STATUS: Rejected
|
||||||
|
|
||||||
|
|
||||||
YOU CAN SUBMIT A NEW REQUEST
|
|
||||||
|
|
||||||
The details of your request are included below. If your organization is eligible for a .gov
|
|
||||||
domain and you meet our other requirements, you can submit a new request. Learn
|
|
||||||
more about .gov domains <https://get.gov/help/domains/>.
|
|
||||||
|
|
||||||
|
|
||||||
THANK YOU
|
|
||||||
|
|
||||||
.Gov helps the public identify official, trusted information. Thank you for
|
|
||||||
requesting a .gov domain.
|
|
||||||
|
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
{% include 'emails/includes/application_summary.txt' %}
|
YOU CAN SUBMIT A NEW REQUEST
|
||||||
|
If your organization is eligible for a .gov domain and you meet our other requirements, you can submit a new request.
|
||||||
|
|
||||||
|
Learn more about:
|
||||||
|
- Eligibility for a .gov domain <https://get.gov/domains/eligibility>
|
||||||
|
- Choosing a .gov domain name <https://get.gov/domains/choosing>
|
||||||
|
|
||||||
|
NEED ASSISTANCE?
|
||||||
|
If you have questions about this domain request or need help choosing a new domain name, reply to this email.
|
||||||
|
|
||||||
|
THANK YOU
|
||||||
|
.Gov helps the public identify official, trusted information. Thank you for requesting a .gov domain.
|
||||||
|
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
The .gov team
|
The .gov team
|
||||||
Contact us: <https://get.gov/contact/>
|
Contact us: <https://get.gov/contact/>
|
||||||
Visit <https://get.gov>
|
Learn about .gov <https://get.gov>
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue