From 43b8da981047b0c2a2aa50fd109d21ec78bf9a64 Mon Sep 17 00:00:00 2001 From: "carson.wang" Date: Tue, 18 Aug 2020 22:44:20 +0800 Subject: [PATCH] Remove HTML markup --- templates/integrations/linenotify_message.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/integrations/linenotify_message.html b/templates/integrations/linenotify_message.html index 27077262..1cbf9f7a 100644 --- a/templates/integrations/linenotify_message.html +++ b/templates/integrations/linenotify_message.html @@ -1,6 +1,6 @@ {% load humanize %} {% 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 %}