From 1f50a2fe33fd554fb404a5541b9089c3f5c8e676 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 25 Oct 2021 10:08:49 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E7=AD=BE=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/notifications/notifications.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/notifications/notifications.py b/apps/notifications/notifications.py index cb2d5144f..11e8f7011 100644 --- a/apps/notifications/notifications.py +++ b/apps/notifications/notifications.py @@ -140,10 +140,12 @@ class Message(metaclass=MessageType): msg = self.get_html_msg() msg['message'] = textwrap.dedent(""" {} +

- {} + {} +
""").format(msg['message'], self.signature) return msg