diff options
Diffstat (limited to 'notification/templates/notification/email_body.txt')
-rw-r--r-- | notification/templates/notification/email_body.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/notification/templates/notification/email_body.txt b/notification/templates/notification/email_body.txt new file mode 100644 index 00000000..037cdb45 --- /dev/null +++ b/notification/templates/notification/email_body.txt @@ -0,0 +1,6 @@ +{% load i18n %}{% blocktrans %}You have received the following notice from {{ current_site }}: + +{{ message }} + +To see other notices or change how you receive notifications, please go to {{ notices_url }}. +{% endblocktrans %} |