healthchecks/templates/emails/login-subject.html

7 lines
176 B
HTML

{% load hc_extras %}
{% if inviting_project %}
You have been invited to join {{ inviting_project }} on {% site_name %}
{% else %}
Log in to {% site_name %}
{% endif %}