diff -r 69d1c4b99503 -r c8bcc41221cb templates/profile/browse_notifications.html
--- 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 %}
{% if not notification.is_read %} {% endif %}
-{{notification.sub}}
+{{notification.subject}}
{% if not notification.is_read %} {% endif %}
{% endfor %}
{% endif %}