diff -r 8917b190c4c4 -r fd2e1bd7af82 templates/user/view_request.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/user/view_request.html Wed Feb 24 19:17:28 2010 +0530
@@ -0,0 +1,24 @@
+{% extends 'base.html' %}
+{% block content %}
+ From: {{req.by.username}}
+ To:
+ {% for to_user in sent_users %}
+ {{to_user.username}},
+ {% endfor %}
+
+ Message:
+ {% ifequal "PY" req.role %}
+ {{req.by.username}} assigned {{req.pynts}} pynts to
+ {{req.assigned_to.username}} for the task
+ {{req.task.title}}
+ Please click yes/no
+