8 lines
328 B
HTML
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>
|