From 54081208c5ae371d139b7921e77ae18077a32a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 29 Dec 2020 16:08:23 +0200 Subject: [PATCH] Add doctype declaration in the alert email template Need it to escape quirks mode in email clients. --- templates/emails/alert-body-html.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/emails/alert-body-html.html b/templates/emails/alert-body-html.html index c1b366e3..c75277bb 100644 --- a/templates/emails/alert-body-html.html +++ b/templates/emails/alert-body-html.html @@ -1,3 +1,4 @@ + {% load hc_extras humanize %}