diff -r e4034904f82e -r 2881ed1c52b0 templates/task/view.html --- a/templates/task/view.html Thu Feb 25 16:37:46 2010 +0530 +++ b/templates/task/view.html Thu Feb 25 17:00:18 2010 +0530 @@ -4,7 +4,9 @@ {% endblock %} {% block content %} {% if task_viewable %} - Edit task + {% if is_mentor %} + Edit task + {% endif %}

{{ task.title }}


created by {{ task.created_by.username }} on {{ task.creation_datetime.ctime }}