diff -r c083ebb6f8d7 -r 72d57f59a561 templates/index.html --- a/templates/index.html Wed Mar 03 04:45:38 2010 +0530 +++ b/templates/index.html Wed Mar 03 05:14:56 2010 +0530 @@ -86,34 +86,38 @@ --> {% if unpublished_tasks %} - Unpublished tasks viewable by you:
+ Unpublished tasks viewable by you:


{% endif %} {% if mentored_tasks %} - Tasks you are mentoring:
+ Tasks you are mentoring:


{% endif %} {% if working_tasks %} - Tasks that have been assigned to you:
+ Tasks that have been assigned to you:


{% endif %} {% if claimed_tasks %} - Tasks claimed but still not assigned to you:
+ Tasks claimed but still not assigned to you:


{% endif %}