Mercurial > public > sg101
comparison gpp/templates/messages/notification_email.txt @ 299:c7c427411f03
Fixing #134: put private message text in notification email.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 10 Jan 2011 04:22:21 +0000 |
parents | dbd703f7d63a |
children | accfc1fdb88d |
comparison
equal
deleted
inserted
replaced
298:4f032a6e21f8 | 299:c7c427411f03 |
---|---|
1 Dear {{ msg.receiver.username }}, | 1 Dear {{ msg.receiver.username }}, |
2 | 2 |
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 From: {{ msg.sender.username }} | 7 From: {{ msg.sender.username }} |
7 Subject: {{ msg.subject }} | 8 Subject: {{ msg.subject }} |
8 | 9 |
9 You may read this message by visiting the following link: | 10 {{ msg.message }} |
11 ----- | |
12 | |
13 You may reply to this message by visiting the following link: | |
10 | 14 |
11 http://{{ site.domain }}{{ msg.get_absolute_url }} | 15 http://{{ site.domain }}{{ msg.get_absolute_url }} |
12 | 16 |
13 Thanks, | 17 Thanks, |
14 | 18 |
20 notifications of new private messages. To stop receiving these emails, | 24 notifications of new private messages. To stop receiving these emails, |
21 please update your private message options at this link: | 25 please update your private message options at this link: |
22 | 26 |
23 http://{{ site.domain }}{{ options_url }} | 27 http://{{ site.domain }}{{ options_url }} |
24 | 28 |
29 This is an automated email, please do not reply to this message. |