diff --git a/src/registrar/templates/emails/domain_manager_removed.txt b/src/registrar/templates/emails/domain_manager_removed.txt deleted file mode 100644 index 01bdd66d6..000000000 --- a/src/registrar/templates/emails/domain_manager_removed.txt +++ /dev/null @@ -1,31 +0,0 @@ -{% autoescape off %}{# In a text file, we don't want to have HTML entities escaped #} -Hi, {{ recipient.first_name }}. - -A domain manager was removed from {{ domain.name }}. - -REMOVED BY: {{ "populate" }} -REMOVED ON: {{date}} -MANAGER REMOVED: {{ "populate" }} - - ----------------------------------------------------------------- - - -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. -If you have questions or concerns, reach out to the person who removed the domain manager or reply to this email. - - -THANK YOU - -.Gov helps the public identify official, trusted information. Thank you for using a .gov domain. - ----------------------------------------------------------------- - -The .gov team -Contact us -Learn about .gov - -The .gov registry is a part of the Cybersecurity and Infrastructure Security Agency (CISA) . -{% endautoescape %} diff --git a/src/registrar/templates/emails/domain_manager_removed_subject.txt b/src/registrar/templates/emails/domain_manager_removed_subject.txt deleted file mode 100644 index c84a20f18..000000000 --- a/src/registrar/templates/emails/domain_manager_removed_subject.txt +++ /dev/null @@ -1 +0,0 @@ -A domain manager was removed from {{ domain.name }} \ No newline at end of file