diff -r 49532a0f5071 -r a14ec2f09beb templates/task/view.html --- a/templates/task/view.html Wed Feb 24 14:47:29 2010 +0530 +++ b/templates/task/view.html Wed Feb 24 15:10:03 2010 +0530 @@ -4,7 +4,7 @@ {% endblock %} {% block content %} {% if task_viewable %} - Browse tasks + Edit task

{{ task.title }}


created by {{ task.created_by.username }} on {{ task.creation_datetime.ctime }}
@@ -13,7 +13,7 @@ {{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 %}