forked from GithubBackups/healthchecks
Fancy quotes in whatsapp messages.
This commit is contained in:
parent
e54aca6725
commit
429a69c2e9
@ -1,7 +1,7 @@
|
||||
{% load humanize %}{% spaceless %}
|
||||
{% if check.status == "down" %}
|
||||
The check "{{ check.name_then_code }}" is DOWN. Last ping was {{ check.last_ping|naturaltime }}.
|
||||
The check “{{ check.name_then_code }}” is DOWN. Last ping was {{ check.last_ping|naturaltime }}.
|
||||
{% else %}
|
||||
The check "{{ check.name_then_code }}" is now UP.
|
||||
The check “{{ check.name_then_code }}” is now UP.
|
||||
{% endif %}
|
||||
{% endspaceless %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user