diff -r 091b044a3bf4 -r 3c3ea2a3f92a templates/user/view_request.html --- a/templates/user/view_request.html Fri Feb 26 00:17:54 2010 +0530 +++ b/templates/user/view_request.html Fri Feb 26 00:29:04 2010 +0530 @@ -11,16 +11,20 @@ {{req.sent_by.username}} assigned {{req.pynts}} pynts to {{req.receiving_user.username}} for the task {{req.task.title}}
- Please click yes/no
- {% else %} + {% endifequal %} + + {% ifequal "MT" req.role %} + {{req.sent_by.username}} requested you to act as a mentor for the task + {{req.task.title}}
{% endifequal %} + Please accept or reject the request.
- +
Remarks: - +
Click here to return to the requests page.