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

20 lines
445 B
HTML

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