diff -r 8632a44b743d -r e56b95298254 templates/base.html --- a/templates/base.html Sun Feb 28 03:01:53 2010 +0530 +++ b/templates/base.html Sun Feb 28 03:31:40 2010 +0530 @@ -131,8 +131,20 @@
  • home
  • {% if user.is_authenticated %}
  • tasks
  • -
  • notifications
  • -
  • requests
  • +
  • + {% if user.unread_notifications %} + notifications({{user.unread_notifications}}) + {% else %} + notifications + {% endif %} +
  • +
  • + {% if user.unread_requests %} + requests({{user.unread_requests}}) + {% else %} + requests + {% endif %} +

  • my profile
  • logout