Author: leidel
Date: Sun Sep 28 11:17:12 2008
New Revision: 77
Added:
trunk/messages/templates/notification/messages_received/short.txt
trunk/messages/templates/notification/messages_reply_received/short.txt
Modified:
trunk/messages/templates/notification/messages_received/plain.txt
trunk/messages/templates/notification/messages_reply_received/plain.txt
Log:
Added a bit more information in default notification templates for
messages_received and messages_reply_received notifications
Modified: trunk/messages/templates/notification/messages_received/plain.txt
==============================================================================
--- trunk/messages/templates/notification/messages_received/plain.txt
(original)
+++ trunk/messages/templates/notification/messages_received/plain.txt Sun
Sep 28 11:17:12 2008
@@ -1,4 +1,6 @@
-{% load i18n %}{% blocktrans with message.sender as message_sender and
message.body as message_body and message.get_absolute_url as
message_url %}{{ message_sender }} replied:
+{% load i18n %}{% blocktrans with message.sender as message_sender and
message.body|safe as message_body and message.get_absolute_url as
message_url %}{{ message_sender }} has sent you as message:
+
+{{ message }}
{{ message_body }}
Added: trunk/messages/templates/notification/messages_received/short.txt
==============================================================================
--- (empty file)
+++ trunk/messages/templates/notification/messages_received/short.txt Sun
Sep 28 11:17:12 2008
@@ -0,0 +1 @@
+{% load i18n %}{% blocktrans with message.sender as message_sender %}{{
notice }} by {{ message_sender }}{% endblocktrans %}
\ No newline at end of file
Modified:
trunk/messages/templates/notification/messages_reply_received/plain.txt
==============================================================================
--- trunk/messages/templates/notification/messages_reply_received/plain.txt
(original)
+++ trunk/messages/templates/notification/messages_reply_received/plain.txt
Sun Sep 28 11:17:12 2008
@@ -1,5 +1,7 @@
{% load i18n %}{% blocktrans with message.sender as message_sender and
message.parent_msg as message_parent_msg and message.body|safe as
message_body and message.get_absolute_url as message_url %}{{
message_sender }} replied to '{{ message_parent_msg }}':
+{{ message }}
+
{{ message_body }}
http://{{ current_site }}{{ message_url }}{% endblocktrans %}
Added:
trunk/messages/templates/notification/messages_reply_received/short.txt
==============================================================================
--- (empty file)
+++ trunk/messages/templates/notification/messages_reply_received/short.txt
Sun Sep 28 11:17:12 2008
@@ -0,0 +1 @@
+{% load i18n %}{% blocktrans with message.sender as message_sender %}{{
notice }} by {{ message_sender }}{% endblocktrans %}
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---