healthchecks/templates/emails/alert-body-text.html
2019-05-02 14:10:10 +03:00

12 lines
192 B
HTML

{% load hc_extras %}
The check "{{ check.name_then_code }}" has gone {{ check.status }}.
A summary of all your checks:
{% include 'emails/summary-text.html' %}
--
Regards,
{% site_name %}