summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornishanth2010-03-04 15:31:40 +0530
committernishanth2010-03-04 15:31:40 +0530
commitae3e80fb419756c040c786d7269f00db2739777c (patch)
tree1c5acf162edd06a970a235299d091914c6453c61
parent7c80a05cedd837ebb279091b4d9bb426c274957f (diff)
downloadpytask-ae3e80fb419756c040c786d7269f00db2739777c.tar.gz
pytask-ae3e80fb419756c040c786d7269f00db2739777c.tar.bz2
pytask-ae3e80fb419756c040c786d7269f00db2739777c.zip
fixed the time display bug in view_request template.
-rw-r--r--templates/user/view_request.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/view_request.html b/templates/user/view_request.html
index cb803fb..4a896bf 100644
--- a/templates/user/view_request.html
+++ b/templates/user/view_request.html
@@ -19,7 +19,7 @@
<a href="/user/view/uid={{to_user.id}}">{{to_user.username}}</a>&nbsp;
{% 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