diff -r c5bcafccc135 -r fd6b28204fb1 templates/task/view.html --- a/templates/task/view.html Wed Feb 24 16:49:30 2010 +0530 +++ b/templates/task/view.html Wed Feb 24 16:52:03 2010 +0530 @@ -13,11 +13,12 @@ {{mentor.username}}| {% endfor %} {% if can_mod_mentors %} - Add another Mentor to this task
+ Add another Mentor to this task +
edit task goes here and it should contain all those add subs and add deps depending on availability
{% endif %} - {% if deps %} + {% if deps %}
The task has following dependencies {% for dep in deps %} {{dep.title}}
@@ -27,9 +28,9 @@ remove an existing dependency {% endif %} {% else %} - {%if can_mod_tasks %} + {% if can_mod_tasks %} add a subtask/dependency - {%endif%} + {% endif %} {% endif %}
@@ -43,12 +44,15 @@ {% for user in assigned_users %} {{user.username}}| {% endfor %} + {% if is_mentor %} + Remove an existing user
+ {% endif %} {% endif %} - {%if can_assign_credits%} + {% if can_assign_credits %} Assign credits - {%endif%} - {% if not is_guest %} + {% endif %} + {% if not is_guest and task_claimable %} View claims
{% endif %}