mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 22:50:06 +00:00
21 lines
781 B
HTML
21 lines
781 B
HTML
{% load hc_extras %}
|
|
{% block content %}Hello,
|
|
{% if membership %}
|
|
{{ membership.project.owner.email }} invites you to their {% site_name %} account.
|
|
|
|
{% if membership.role == "r" %}You will be able to view their existing monitoring checks, but not
|
|
modify them.{% else %}You will be able to manage their existing monitoring checks and set up
|
|
new ones.{% endif %} If you already have your own account on {% site_name %}, you will
|
|
be able to switch between the two accounts.{% endif %}
|
|
|
|
To log into {% site_name %}, please open the link below:
|
|
|
|
{{ button_url }}
|
|
|
|
Thanks,
|
|
The {% site_name %} Team
|
|
|
|
P.S. Need help getting started? Check out our help documentation
|
|
at {% site_root %}{% url 'hc-docs' %}
|
|
Or, just reply to this email with any questions or issues you have.
|
|
{% endblock %}
|