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

6 lines
177 B
HTML

{% load hc_extras %}
{% if membership %}
You have been invited to join {{ membership.project|safe }} on {% site_name %}
{% else %}
Log in to {% site_name %}
{% endif %}