summaryrefslogtreecommitdiff
path: root/templates/profile/browse_notifications.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/profile/browse_notifications.html')
-rw-r--r--templates/profile/browse_notifications.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/profile/browse_notifications.html b/templates/profile/browse_notifications.html
index 8f53278..9638a35 100644
--- a/templates/profile/browse_notifications.html
+++ b/templates/profile/browse_notifications.html
@@ -5,7 +5,7 @@ You have no notifications.
{% 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 />