fixed the time display bug in view_request template.
--- a/templates/user/view_request.html Thu Mar 04 14:50:24 2010 +0530
+++ b/templates/user/view_request.html Thu Mar 04 15:31:40 2010 +0530
@@ -19,7 +19,7 @@
<a href="/user/view/uid={{to_user.id}}">{{to_user.username}}</a>
{% endfor %}
<br />
- sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}<br />
+ sent on {{req.sent_date|date:"D d M Y"}} at {{req.sent_date|time:"H:i"}}<br />
Message: <br />
{% ifequal "PY" req.role %}
<a href="/user/view/uid={{req.sent_by.id}}">{{req.sent_by.username}}</a> assigned {{req.pynts}} pynts to