forked from GithubBackups/healthchecks
Remove HTML markup
This commit is contained in:
parent
74668551a7
commit
f15e16a0bb
@ -1,6 +1,6 @@
|
||||
{% load humanize %}
|
||||
{% if check.status == "down" %}
|
||||
The check "{{ check.name_then_code }}" is <b>DOWN</b>. 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 <b>UP</b>.
|
||||
The check "{{ check.name_then_code }}" is now UP.
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user