healthchecks_healthchecks/templates/emails/transfer-request-body-text.html

15 lines
333 B
HTML

{% load hc_extras %}
{% block content %}Hello,
{{ project.owner.email }} would like to transfer the ownership of their
project {% if project.name %}"{{ project.name }}"{% endif %} to you.
To accept or reject this request, please visit the project's Settings
page:
{{ button_url }}
Thanks,
The {% site_name %} Team
{% endblock %}