diff -r 2275886511df -r e2903a92b5e8 templates/user/browse_notifications.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/user/browse_notifications.html Thu Feb 25 19:39:02 2010 +0530
@@ -0,0 +1,9 @@
+{% extends 'base.html' %}
+{% block content %}
+ {% for notification in notifications %}
+
+ {% if not notification.is_read %} {% endif %}
+ {{notification.sub}}
+ {% if not notification.is_read %} {% endif %}
+ {% endfor %}
+{% endblock %}