template for deletion

This commit is contained in:
Mangesh-Khairnar 2019-02-01 17:25:29 +05:30
parent f1179bb5a3
commit da2ec9a74b

View 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>