zcash-grant-system/backend/grant/templates/emails/change_password.html

17 lines
457 B
HTML

<p style="margin: 0 0 20px;">
Hey {{ args.display_name }}, you just changed your password. If you did this,
you can safely delete this email.
</p>
<p style="margin: 0;">
If it wasn't you who did this, you should
<a href="{{ args.recover_url }}" target="_blank" style="color: #CF8A00;">
recover your account
</a>
or
<a href="{{ args.contact_url }}" target="_blank" style="color: #CF8A00;">
contact support
</a>
immediately.
</p>