summaryrefslogtreecommitdiff
path: root/templates/user/browse_notifications.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/browse_notifications.html')
-rw-r--r--templates/user/browse_notifications.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/browse_notifications.html b/templates/user/browse_notifications.html
index a6a6ff2..21b4ce0 100644
--- a/templates/user/browse_notifications.html
+++ b/templates/user/browse_notifications.html
@@ -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 />