0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-08 14:40:05 +00:00
healthchecks_healthchecks/templates/emails/set-password-body-html.html
2016-09-22 14:56:15 -07:00

11 lines
243 B
HTML

{% load hc_extras %}
<p>Hello,</p>
<p>Here's a link to set a password for your account on {% site_name %}:</p>
<p><a href="{{ set_password_link }}">{{ set_password_link }}</a></p>
<p>
--<br />
Regards,<br />
{% site_name %}
</p>