templates/user/browse_notifications.html
changeset 123 a6b4234388c8
parent 106 3c3ea2a3f92a
child 184 8ca20bacc78e
--- a/templates/user/browse_notifications.html	Fri Feb 26 17:49:26 2010 +0530
+++ b/templates/user/browse_notifications.html	Fri Feb 26 18:34:30 2010 +0530
@@ -4,7 +4,7 @@
         You have no notifications.
     {% else %}
         {% for notification in notifications %}
-            <a href="/user/notifications/nid={{notification.pos}}">
+            <a href="/user/notifications/nid={{notification.id}}">
             {% if not notification.is_read %} <b> {% endif %}
             {{notification.sub}}
             {% if not notification.is_read %} </b> {% endif %}</a><br />