fix: Typo
This commit is contained in:
parent
f06971d0c4
commit
525f1a42e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue