forked from GithubBackups/healthchecks
15 lines
290 B
HTML
15 lines
290 B
HTML
{% load hc_extras %}
|
|
Hello,
|
|
|
|
This is a notification sent by {% settings_value "SITE_NAME" %}.
|
|
The check "{{ check.name_then_code }}" has gone {{ check.status }}.
|
|
|
|
Here is a summary of all your checks:
|
|
|
|
{% include 'emails/summary-text.html' %}
|
|
|
|
--
|
|
Regards,
|
|
{% settings_value "SITE_NAME" %}
|
|
|