diff --git a/frappe/templates/emails/delete_data_confirmation.html b/frappe/templates/emails/delete_data_confirmation.html new file mode 100644 index 0000000000..40835195a9 --- /dev/null +++ b/frappe/templates/emails/delete_data_confirmation.html @@ -0,0 +1,9 @@ +
{{_("Dear User,")}}
+{{_("We have received a request for deletion of ERPNext data associated with: {0}").format(email)}}.
+{{_("This will permanently remove your data.")}} +
{{_("Click on the link below to verify your request")}}.
+ ++ {{ _("Confirm Request") }} +
+{{_("You can also copy-paste this link in your browser")}} {{ link }}
\ No newline at end of file