Author: jtauber
Date: Sat Sep 20 09:45:17 2008
New Revision: 906
Modified:
trunk/local_apps/blog/templates/notification/blog_friend_post/plain.txt
trunk/local_apps/blog/templates/notification/blog_friend_post/teaser.html
Log:
improved blog notification messages
Modified:
trunk/local_apps/blog/templates/notification/blog_friend_post/plain.txt
==============================================================================
--- trunk/local_apps/blog/templates/notification/blog_friend_post/plain.txt
(original)
+++ trunk/local_apps/blog/templates/notification/blog_friend_post/plain.txt
Sat Sep 20 09:45:17 2008
@@ -1,3 +1,3 @@
-{% load i18n %}{% blocktrans with post.author as post_author and
post.get_absolute_url as post_url %}{{ post_author }} has posted to their
blog.
+{% load i18n %}{% blocktrans with post.author as post_author and
post.get_absolute_url as post_url and post.title as post_title %}{{
post_author }} has posted {{ post_title }} to their blog.
http://{{ current_site }}{{ post_url }}{% endblocktrans %}
Modified:
trunk/local_apps/blog/templates/notification/blog_friend_post/teaser.html
==============================================================================
---
trunk/local_apps/blog/templates/notification/blog_friend_post/teaser.html
(original)
+++
trunk/local_apps/blog/templates/notification/blog_friend_post/teaser.html
Sat Sep 20 09:45:17 2008
@@ -1,2 +1,2 @@
{% load i18n %}{% url profile_detail username=post.author.username as
author_url %}
-{% blocktrans with post.author as post_author %}<a href="{{ author_url
}}">{{ post_author }}</a> has posted to their blog.{% endblocktrans %}
\ No newline at end of file
+{% blocktrans with post.author as post_author and post.get_absolute_url as
post_url and post.title as post_title %}<a href="{{ author_url }}">{{
post_author }}</a> has posted <a href="{{ post_url }}">{{ post_title }}</a>
to their blog.{% 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
-~----------~----~----~----~------~----~------~--~---