Author: jtauber
Date: Thu Oct 23 12:50:58 2008
New Revision: 56
Modified:
trunk/friendsdev/friends/templates/notification/join_accept/notice.html
Log:
added missing close tag in join accept notice
Modified:
trunk/friendsdev/friends/templates/notification/join_accept/notice.html
==============================================================================
--- trunk/friendsdev/friends/templates/notification/join_accept/notice.html
(original)
+++ trunk/friendsdev/friends/templates/notification/join_accept/notice.html
Thu Oct 23 12:50:58 2008
@@ -1,2 +1,2 @@
{% load i18n %}{% url profile_detail username=new_user.username as
user_url %}
-{% blocktrans %}<a href="{{ user_url }}">{{ new_user }} has joined and is
now a friend.{% endblocktrans %}
+{% blocktrans %}<a href="{{ user_url }}">{{ new_user }}</a> has joined and
is now a friend.{% endblocktrans %}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---