Author: leidel
Date: Sun Sep 28 16:27:29 2008
New Revision: 175
Modified:
trunk/wiki/templates/notification/wiki_article_edited/plain.txt
trunk/wiki/templates/notification/wiki_observed_article_changed/plain.txt
trunk/wiki/templates/notification/wiki_revision_reverted/plain.txt
Log:
Enhanced plain notification templates to include links to the articles
Modified: trunk/wiki/templates/notification/wiki_article_edited/plain.txt
==============================================================================
--- trunk/wiki/templates/notification/wiki_article_edited/plain.txt
(original)
+++ trunk/wiki/templates/notification/wiki_article_edited/plain.txt Sun Sep
28 16:27:29 2008
@@ -1 +1,4 @@
-The wiki article {{ article }} has been edited by {{ user }}.
+{% load i18n %}{% blocktrans with article.get_absolute_url as
article_url %}The wiki article {{ article }} has been edited by {{ user }}.
+
+http://{{ current_site }}{{ article_url }}
+{% endblocktrans %}
Modified:
trunk/wiki/templates/notification/wiki_observed_article_changed/plain.txt
==============================================================================
---
trunk/wiki/templates/notification/wiki_observed_article_changed/plain.txt
(original)
+++
trunk/wiki/templates/notification/wiki_observed_article_changed/plain.txt
Sun Sep 28 16:27:29 2008
@@ -1 +1,4 @@
-The article {{ observed }} that you observe has changed.
+{% load i18n %}{% blocktrans with observed.get_absolute_url as
article_url %}The article {{ observed }} that you observe has changed.
+
+http://{{ current_site }}{{ article_url }}
+{% endblocktrans %}
\ No newline at end of file
Modified: trunk/wiki/templates/notification/wiki_revision_reverted/plain.txt
==============================================================================
--- trunk/wiki/templates/notification/wiki_revision_reverted/plain.txt
(original)
+++ trunk/wiki/templates/notification/wiki_revision_reverted/plain.txt Sun
Sep 28 16:27:29 2008
@@ -1 +1,4 @@
-Your revision {{ revision }} on {{ article }} has been reverted.
+{% blocktrans with article.get_absolute_url as article_url %}Your revision
{{ revision }} on {{ article }} has been reverted.
+
+http://{{ current_site }}{{ article_url }}
+{% 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
-~----------~----~----~----~------~----~------~--~---