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