Author: jtauber
Date: Sat Sep 20 09:56:18 2008
New Revision: 48

Modified:
     
trunk/friendsdev/friends/templates/notification/friends_accept/teaser.html

Log:
improved notification message on friend request acceptance

Modified:  
trunk/friendsdev/friends/templates/notification/friends_accept/teaser.html
==============================================================================
---  
trunk/friendsdev/friends/templates/notification/friends_accept/teaser.html      
 
(original)
+++  
trunk/friendsdev/friends/templates/notification/friends_accept/teaser.html      
 
Sat Sep 20 09:56:18 2008
@@ -1,2 +1,2 @@
-{% load i18n captureas_tag %}{% captureas user_url %}{% url profile_detail  
username=invitation.to_user.username %}{% endcaptureas %}
-{% blocktrans with invitation.to_user as invitation_user %}{{  
invitation_user }} has accepted your friend request.{% endblocktrans %}
\ No newline at end of file
+{% load i18n %}{% url profile_detail username=invitation.to_user.username  
as user_url %}
+{% blocktrans with invitation.to_user as invitation_user %}<a href="{{  
user_url }}">{{ invitation_user }}</a> has accepted your friend request.{%  
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to