healthchecks/templates/emails/change-email-body-html.html
2017-08-23 15:47:20 +03:00

14 lines
292 B
HTML

{% extends "emails/base.html" %}
{% load hc_extras %}
{% block content %}
Hello,<br />
To change the email address for your account on {% site_name %}, please press
the button below:</p>
{% endblock %}
{% block content_more %}
Regards,<br />
The {% escaped_site_name %} Team
{% endblock %}