seitime-frappe/frappe/templates/emails/data_deletion_approval.html
2019-07-16 17:41:40 +05:30

8 lines
328 B
HTML

<p>{{_("User {0} has requested for data deletion").format(user)}}.</p>
<p>{{_("Click on the link below to approve the request")}}.</p>
<p style="margin: 30px 0px;">
<a href="{{ url }}" rel="nofollow" class="btn btn-primary btn-sm primary-action" style="padding: 8px 20px;">
{{ _("Confirm Request") }}
</a>
</p>