diff -r bd65e2c9a7b4 -r 796ff9e279a8 templates/base.html --- a/templates/base.html Sun Feb 28 13:27:43 2010 +0530 +++ b/templates/base.html Sun Feb 28 14:44:10 2010 +0530 @@ -132,15 +132,15 @@ {% if user.is_authenticated %}
  • tasks
  • - {% if user.unread_notifications %} - notifications({{user.unread_notifications}}) + {% if user.unread_notifications.count %} + notifications({{user.unread_notifications.count}}) {% else %} notifications {% endif %}
  • - {% if user.unread_requests %} - requests({{user.unread_requests}}) + {% if user.unread_requests.count %} + requests({{user.unread_requests.count}}) {% else %} requests {% endif %}