Modified:
/wiki/pp_notification_unread_list_get.wiki
=======================================
--- /wiki/pp_notification_unread_list_get.wiki Wed Feb 9 04:38:19 2011
+++ /wiki/pp_notification_unread_list_get.wiki Wed Feb 9 04:38:36 2011
@@ -25,10 +25,10 @@
{{{
{% pp_notification_unread_list_get user=request.user %}
{% for note in pp_messages.notifications %}
- {{pp_messages.receiver }}
- {{pp_messages.sender }}
- {{pp_messages.link }} #link to comment/issue/solution
- {{pp_messages.text }} #textual description of notification
+ {{note.receiver }}
+ {{note.sender }}
+ {{note.link }} #link to comment/issue/solution
+ {{note.text }} #textual description of notification
{% endfor %}
{% endpp_notification_unread_list_get %}
}}}