Mercurial > public > sg101
diff gpp/templates/messages/notification_email.txt @ 397:accfc1fdb88d
Fixing #195; don't escape text in plain text emails.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 25 Mar 2011 23:59:16 +0000 |
parents | c7c427411f03 |
children | ffdeb403ad21 |
line wrap: on
line diff
--- a/gpp/templates/messages/notification_email.txt Fri Mar 25 00:39:17 2011 +0000 +++ b/gpp/templates/messages/notification_email.txt Fri Mar 25 23:59:16 2011 +0000 @@ -5,9 +5,9 @@ ----- From: {{ msg.sender.username }} -Subject: {{ msg.subject }} +Subject: {{ msg.subject|safe }} -{{ msg.message }} +{{ msg.message|safe }} ----- You may reply to this message by visiting the following link: