diff --git a/mail_quoted_reply/models/mail_message.py b/mail_quoted_reply/models/mail_message.py index 06715ef71..f9e72e0ec 100644 --- a/mail_quoted_reply/models/mail_message.py +++ b/mail_quoted_reply/models/mail_message.py @@ -10,12 +10,13 @@ class MailMessage(models.Model): def _prep_quoted_reply_body(self): return """ -
+
+
{str_from}: {email_from}+
@@ -23,6 +24,7 @@ class MailMessage(models.Model): {str_subject}: {subject}
{body}