author | Nishanth Amuluru <nishanth@fossee.in> |
Fri, 07 Jan 2011 12:53:57 +0530 | |
changeset 283 | c8bcc41221cb |
parent 282 | 69d1c4b99503 |
child 284 | 72db9563fae1 |
--- 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 %}