Add prefix and manage url to the action needed reasons templates

This commit is contained in:
Rebecca Hsieh 2025-02-13 10:28:49 -08:00
parent 9579779e6a
commit c737daa8fd
No known key found for this signature in database
6 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
Update on your .gov request: {{ domain_request.requested_domain.name }}
{{ prefix }}Update on your .gov request: {{ domain_request.requested_domain.name }}

View file

@ -17,7 +17,7 @@ Domains should uniquely identify a government organization and be clear to the g
ACTION NEEDED
First, we need you to identify a new domain name that meets our naming requirements for your type of organization. Then, log in to the registrar and update the name in your domain request. <https://manage.get.gov/> Once you submit your updated request, well resume the adjudication process.
First, we need you to identify a new domain name that meets our naming requirements for your type of organization. Then, log in to the registrar and update the name in your domain request. <{{ manage_url }}> Once you submit your updated request, well resume the adjudication process.
If you have questions or want to discuss potential domain names, reply to this email.

View file

@ -1 +1 @@
Update on your .gov request: {{ domain_request.requested_domain.name }}
{{ prefix }}Update on your .gov request: {{ domain_request.requested_domain.name }}

View file

@ -1 +1 @@
Update on your .gov request: {{ domain_request.requested_domain.name }}
{{ prefix }}Update on your .gov request: {{ domain_request.requested_domain.name }}

View file

@ -21,7 +21,7 @@ We expect a senior official to be someone in a role of significant, executive re
ACTION NEEDED
Reply to this email with a justification for naming {{ domain_request.senior_official.get_formatted_name }} as the senior official. If you have questions or comments, include those in your reply.
Alternatively, you can log in to the registrar and enter a different senior official for this domain request. <https://manage.get.gov/> Once you submit your updated request, well resume the adjudication process.
Alternatively, you can log in to the registrar and enter a different senior official for this domain request. <{{ manage_url }}> Once you submit your updated request, well resume the adjudication process.
THANK YOU

View file

@ -1 +1 @@
Update on your .gov request: {{ domain_request.requested_domain.name }}
{{ prefix }}Update on your .gov request: {{ domain_request.requested_domain.name }}