healthchecks_healthchecks/templates/emails/verify-email-body-html.html
2016-09-22 14:56:15 -07:00

13 lines
256 B
HTML

{% load hc_extras %}
<p>Hello,</p>
<p>To start receiving {% site_name %} notification to this address,
please click the link below:</p>
<p><a href="{{ verify_link }}">{{ verify_link }}</a></p>
<p>
--<br />
Regards,<br />
{% site_name %}
</p>