0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-08 14:40:05 +00:00
healthchecks_healthchecks/templates/emails/login-subject.html
2016-09-22 14:56:15 -07:00

6 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 %}