From 72f39fb5e9b1d548f4b5a5e46a633df36c6c459a Mon Sep 17 00:00:00 2001
From: Nishanth Amuluru
Date: Fri, 7 Jan 2011 12:53:57 +0530
Subject: fixed a typo
---
templates/profile/browse_notifications.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/profile/browse_notifications.html b/templates/profile/browse_notifications.html
index 9638a35..cc93126 100644
--- a/templates/profile/browse_notifications.html
+++ b/templates/profile/browse_notifications.html
@@ -7,7 +7,7 @@ Notifications for you:
{% for notification in notifications %}
{% if not notification.is_read %} {% endif %}
-{{notification.sub}}
+{{notification.subject}}
{% if not notification.is_read %} {% endif %}
{% endfor %}
{% endif %}
--
cgit