summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-07 12:53:57 +0530
committerNishanth Amuluru2011-01-07 12:53:57 +0530
commit72f39fb5e9b1d548f4b5a5e46a633df36c6c459a (patch)
tree9d817f7fae2640998670316b0ee6147a4ab4df0e
parented938c0ff8f8cba1c06fa78906bcf87d94658dcd (diff)
downloadpytask-72f39fb5e9b1d548f4b5a5e46a633df36c6c459a.tar.gz
pytask-72f39fb5e9b1d548f4b5a5e46a633df36c6c459a.tar.bz2
pytask-72f39fb5e9b1d548f4b5a5e46a633df36c6c459a.zip
fixed a typo
-rw-r--r--templates/profile/browse_notifications.html2
1 files changed, 1 insertions, 1 deletions
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: <br />
{% 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 %}