mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
Add content edits to deleted manager email
This commit is contained in:
parent
64930edea0
commit
d069e3537b
1 changed files with 1 additions and 4 deletions
|
@ -1,15 +1,13 @@
|
||||||
{% 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,{% if domain_manager and domain_manager.first_name %} {{ domain_manager.first_name }}.{% endif %}
|
Hi,{% if domain_manager and domain_manager.first_name %} {{ domain_manager.first_name }}.{% endif %}
|
||||||
|
|
||||||
A domain manager was was removed from {{ domain.name }}.
|
A domain manager was removed from {{ domain.name }}.
|
||||||
REMOVED BY: {{ removed_by.email }}
|
REMOVED BY: {{ removed_by.email }}
|
||||||
REMOVED ON: {{ date }}
|
REMOVED ON: {{ date }}
|
||||||
MANAGER REMOVED: {{ manager_removed.email }}
|
MANAGER REMOVED: {{ manager_removed.email }}
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
WHY DID YOU RECEIVE THIS EMAIL?
|
WHY DID YOU RECEIVE THIS EMAIL?
|
||||||
You’re listed as a domain manager for {{ domain.name }}, so you’ll receive a notification whenever a domain manager is removed from that domain.
|
You’re listed as a domain manager for {{ domain.name }}, so you’ll receive a notification whenever a domain manager is removed from that domain.
|
||||||
If you have questions or concerns, reach out to the person who removed the domain manager or reply to this email.
|
If you have questions or concerns, reach out to the person who removed the domain manager or reply to this email.
|
||||||
|
@ -17,7 +15,6 @@ If you have questions or concerns, reach out to the person who removed the domai
|
||||||
THANK YOU
|
THANK YOU
|
||||||
.Gov helps the public identify official, trusted information. Thank you for using a .gov domain.
|
.Gov helps the public identify official, trusted information. Thank you for using a .gov domain.
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
The .gov team
|
The .gov team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue