template for deletion
This commit is contained in:
parent
f1179bb5a3
commit
da2ec9a74b
1 changed files with 9 additions and 0 deletions
9
frappe/templates/emails/delete_data_confirmation.html
Normal file
9
frappe/templates/emails/delete_data_confirmation.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<p>{{_("Dear User,")}}</p>
|
||||
<p>{{_("We have received a request for deletion of ERPNext data associated with: {0}").format(email)}}.</p>
|
||||
<p>{{_("This will permanently remove your data.")}}</b>
|
||||
<p>{{_("Click on the link below to verify your request")}}.</p>
|
||||
|
||||
<p style="margin: 30px 0px;">
|
||||
<a href="{{ link }}" rel="nofollow" class="btn btn-primary btn-sm primary-action" style="padding: 8px 20px;">{{ _("Confirm Request") }}</a>
|
||||
</p>
|
||||
<p style="font-size: 85%;">{{_("You can also copy-paste this link in your browser")}} <a href="{{ link }}">{{ link }}</a></p>
|
||||
Loading…
Add table
Reference in a new issue