diff -r c701e68f8d35 -r c8c47fcb46f0 templates/profile/browse_notifications.html --- a/templates/profile/browse_notifications.html Fri Jan 07 12:21:43 2011 +0530 +++ b/templates/profile/browse_notifications.html Fri Jan 07 12:35:18 2011 +0530 @@ -5,7 +5,7 @@ {% else %} Notifications for you:
{% for notification in notifications %} - + {% if not notification.is_read %} {% endif %} {{notification.sub}} {% if not notification.is_read %} {% endif %}