[FIX] mail_quoted_reply: add line breaks before block quote

This commit is contained in:
jb 2022-12-13 11:30:20 +01:00
parent 52f2966e19
commit c1f1560da0

View File

@ -11,6 +11,8 @@ class MailMessage(models.Model):
def _prep_quoted_reply_body(self):
return """
<div>
<br/>
<br/>
</div>
<br/>
<blockquote style="padding-right:0px; padding-left:5px; border-left-color: #000;