healthchecks/templates/emails/login-subject.html

7 lines
210 B
HTML

{% load hc_extras %}
{% if inviting_profile %}
You have been invited to join {{ inviting_profile }} on {% settings_value "SITE_NAME" %}
{% else %}
Log in to {% settings_value "SITE_NAME" %}
{% endif %}