healthchecks/templates/emails/verify-email-body-html.html

13 lines
290 B
HTML

{% load hc_extras %}
<p>Hello,</p>
<p>To start receiving {% settings_value "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 />
{% settings_value "SITE_NAME" %}
</p>