templates/profile/browse_notifications.html
changeset 45 c8bcc41221cb
parent 38 c8c47fcb46f0
child 66 37adf6656f48
--- a/templates/profile/browse_notifications.html	Fri Jan 07 12:53:31 2011 +0530
+++ b/templates/profile/browse_notifications.html	Fri Jan 07 12:53:57 2011 +0530
@@ -7,7 +7,7 @@
 {% for notification in notifications %}
 <a href="/profile/notf/view/nid={{notification.uniq_key}}">
 {% if not notification.is_read %} <b> {% endif %}
-{{notification.sub}}
+{{notification.subject}}
 {% if not notification.is_read %} </b> {% endif %}</a><br />
 {% endfor %}
 {% endif %}