fix: Typo

This commit is contained in:
Suraj Shetty 2019-07-16 17:30:06 +05:30
parent f06971d0c4
commit 525f1a42e2

View file

@ -42,7 +42,7 @@ class PersonalDataDeletionRequest(Document):
frappe.sendmail(
recipients=system_managers,
subject=_("User {0} has requested for data deletion").format(self.email),
template="delete_deletion_approval",
template="data_deletion_approval",
args={
'user': self.email,
'url': frappe.utils.get_url(self.get_url())