# HG changeset patch # User Nishanth Amuluru # Date 1294385037 -19800 # Node ID c8bcc41221cb803eda34b79c27ccecb4994eb9f4 # Parent 69d1c4b99503eb3491ba1342bb4195f7d30fdebb fixed a typo 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 %}