diff -r 307f699e6102 -r 59107ce0a618 templates/task/view.html
--- a/templates/task/view.html Wed Jan 05 18:52:48 2011 +0530
+++ b/templates/task/view.html Wed Jan 05 22:22:10 2011 +0530
@@ -27,19 +27,19 @@
{% ifequal task.status "UP" %}
Task can be viewed by:
{% else %}
- Mentors:
+ Reviewers:
{% endifequal %}
- {% for mentor in mentors %}
- {{mentor.username}}
+ {% for reviewer in reviewers %}
+ {{reviewer.username}}
{% endfor %}
- {% if can_mod_mentors %}
-
+ {% if can_mod_reviewers %}
+
{% ifequal task.status "UP" %}
Request others to view/edit the task
{% else %}
- Add another Mentor to this task
+ Add another Reviewer to this task
{% endifequal %}
{% endif %}
@@ -117,7 +117,7 @@
{% for user in assigned_users %}
{{user.username}}
{% endfor %}
- {% if is_mentor %}
+ {% if is_reviewer %}
Remove an existing user
{% endif %}
@@ -129,7 +129,7 @@
{% if task_claimable %}
- {% if is_mentor %}
+ {% if is_reviewer %}
View claims
{% else %}
Claim the task
@@ -159,7 +159,7 @@
{% else %}
- {% if is_mentor %}
+ {% if is_reviewer %}
Add comment: