author | Madhusudan.C.S <madhusudancs@gmail.com> |
Sat, 15 Jan 2011 21:22:56 +0530 | |
changeset 419 | 0bf7c07ef922 |
parent 418 | df241055a1a7 |
child 420 | 920fb0dcc384 |
--- a/pytask/profile/templatetags/user_tags.py Sat Jan 15 21:22:35 2011 +0530 +++ b/pytask/profile/templatetags/user_tags.py Sat Jan 15 21:22:56 2011 +0530 @@ -8,5 +8,5 @@ notf_cnt = user.notification_sent_to.filter(is_deleted=False, is_read=False).count() - return u'notifications(%s)'%notf_cnt if notf_cnt else u'notifications' + return u'Notifications(%s)'%notf_cnt if notf_cnt else u'Notifications'