comparison 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
comparison
equal deleted inserted replaced
396:63e4682d6482 397:accfc1fdb88d
3 You have just received a new private message at {{ site.name }}. The message 3 You have just received a new private message at {{ site.name }}. The message
4 details are as follows: 4 details are as follows:
5 5
6 ----- 6 -----
7 From: {{ msg.sender.username }} 7 From: {{ msg.sender.username }}
8 Subject: {{ msg.subject }} 8 Subject: {{ msg.subject|safe }}
9 9
10 {{ msg.message }} 10 {{ msg.message|safe }}
11 ----- 11 -----
12 12
13 You may reply to this message by visiting the following link: 13 You may reply to this message by visiting the following link:
14 14
15 http://{{ site.domain }}{{ msg.get_absolute_url }} 15 http://{{ site.domain }}{{ msg.get_absolute_url }}