diff --git a/email_manager/templates/email_detail.html b/email_manager/templates/email_detail.html index 8fc9d0a16..b2f9ca36e 100644 --- a/email_manager/templates/email_detail.html +++ b/email_manager/templates/email_detail.html @@ -19,5 +19,5 @@ : See in stand-alone window with accurate styling
-{{ email.html | safe }} +
\ No newline at end of file diff --git a/email_manager/templates/email_pure.html b/email_manager/templates/email_pure.html index c13ed2aab..039069263 100644 --- a/email_manager/templates/email_pure.html +++ b/email_manager/templates/email_pure.html @@ -4,6 +4,6 @@ Subject: {{ email.subject }}
- {{ email.html | safe }} +
\ No newline at end of file