diff -r daee11bdfbaa -r a6b4234388c8 templates/user/browse_notifications.html --- a/templates/user/browse_notifications.html Fri Feb 26 17:49:26 2010 +0530 +++ b/templates/user/browse_notifications.html Fri Feb 26 18:34:30 2010 +0530 @@ -4,7 +4,7 @@ You have no notifications. {% else %} {% for notification in notifications %} - + {% if not notification.is_read %} {% endif %} {{notification.sub}} {% if not notification.is_read %} {% endif %}