templates/profile/browse_notifications.html
changeset 276 c8c47fcb46f0
parent 275 c701e68f8d35
child 283 c8bcc41221cb
--- a/templates/profile/browse_notifications.html	Fri Jan 07 12:21:43 2011 +0530
+++ b/templates/profile/browse_notifications.html	Fri Jan 07 12:35:18 2011 +0530
@@ -5,7 +5,7 @@
 {% else %}
 Notifications for you: <br />
 {% for notification in notifications %}
-<a href="/user/notifications/nid={{notification.uniq_key}}">
+<a href="/profile/notf/view/nid={{notification.uniq_key}}">
 {% if not notification.is_read %} <b> {% endif %}
 {{notification.sub}}
 {% if not notification.is_read %} </b> {% endif %}</a><br />