# HG changeset patch # User nishanth # Date 1267696900 -19800 # Node ID 2759d422ad8963368c8a0585c91af3c92fb363b5 # Parent 2717c8533322ef91b3e1183205b1d2651abc379a fixed the time display bug in view_request template. diff -r 2717c8533322 -r 2759d422ad89 templates/user/view_request.html --- 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 @@ {{to_user.username}}  {% endfor %}
- sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}
+ sent on {{req.sent_date|date:"D d M Y"}} at {{req.sent_date|time:"H:i"}}
Message:
{% ifequal "PY" req.role %} {{req.sent_by.username}} assigned {{req.pynts}} pynts to