fixed a typo
authorNishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 12:53:57 +0530
changeset 45 c8bcc41221cb
parent 44 69d1c4b99503
child 46 72db9563fae1
fixed a typo
templates/profile/browse_notifications.html
--- 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 %}