You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
891 B

{% extends "emails/base.html" %}
{% load hc_extras %}
{% block content %}
Hello,
<br />
{% if inviting_profile %}
<strong>{{ inviting_profile.user.email }}</strong> invites you to their
<a href="{% site_root %}">{% site_name %}</a> account.
<br /><br />
You will be able to manage their
existing monitoring checks and set up new ones. If you already have your
own account on {% site_name %}, you will be able to switch
between the two accounts.
<br /><br />
{% endif %}
To log into <a href="{% site_root %}">{% site_name %}</a>,
please press the button below:
{% endblock %}
{% block content_more %}
Thanks,<br>
The {% site_name %} Team
<br /><br />
<strong>P.S.</strong> Need help getting started? Check out our
<a href="{% site_root %}/docs/">help documentation</a>.
Or, just reply to this email with any questions or issues you have.
{% endblock %}