Mercurial > public > sg101
comparison gpp/templates/messages/notification_email.txt @ 1:dbd703f7d63a
Initial import of sg101 stuff from private repository.
author | gremmie |
---|---|
date | Mon, 06 Apr 2009 02:43:12 +0000 |
parents | |
children | c7c427411f03 |
comparison
equal
deleted
inserted
replaced
0:900ba3c7b765 | 1:dbd703f7d63a |
---|---|
1 Dear {{ msg.receiver.username }}, | |
2 | |
3 You have just received a new private message at {{ site.name }}. The message | |
4 details are as follows: | |
5 | |
6 From: {{ msg.sender.username }} | |
7 Subject: {{ msg.subject }} | |
8 | |
9 You may read this message by visiting the following link: | |
10 | |
11 http://{{ site.domain }}{{ msg.get_absolute_url }} | |
12 | |
13 Thanks, | |
14 | |
15 The staff at {{ site.name }}. | |
16 http://{{ site.domain }} | |
17 | |
18 P.S. | |
19 You are receiving this email because you have elected to receive | |
20 notifications of new private messages. To stop receiving these emails, | |
21 please update your private message options at this link: | |
22 | |
23 http://{{ site.domain }}{{ options_url }} | |
24 |