diff -r 307f699e6102 -r 59107ce0a618 templates/index.html --- a/templates/index.html Wed Jan 05 18:52:48 2011 +0530 +++ b/templates/index.html Wed Jan 05 22:22:10 2011 +0530 @@ -73,9 +73,9 @@ {% endifnotequal %}
{% endif %} - {% if user.task_mentors.count %} - Mentoring {{ user.task_mentors.count }} - {% ifnotequal user.task_mentors.count 1 %} + {% if user.task_reviewers.count %} + Reviewering {{ user.task_reviewers.count }} + {% ifnotequal user.task_reviewers.count 1 %} tasks {% else %} task @@ -94,9 +94,9 @@
{% endif %} - {% if mentored_tasks %} - Tasks you are mentoring: