healthchecks/templates/emails/login-subject.html

7 lines
187 B
HTML

{% load hc_extras %}
{% if inviting_profile %}
You have been invited to join {{ inviting_profile.user.email }} on {% site_name %}
{% else %}
Log in to {% site_name %}
{% endif %}