healthchecks/templates/emails/login-subject.html
2016-09-22 14:56:15 -07:00

7 lines
176 B
HTML

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