templates/user/view_notification.html
changeset 134 3a49a7e23442
parent 133 34187a80d279
--- a/templates/user/view_notification.html	Sun Feb 28 01:15:15 2010 +0530
+++ b/templates/user/view_notification.html	Sun Feb 28 02:07:51 2010 +0530
@@ -17,7 +17,7 @@
     <form action="delete/" method="post"> <input type="submit" value="Delete"> </form>
     <form action="unread/" method="post"> <input type="submit" value="Keep Unread"> </form>
     <br />
-    sent at {{notification.sent_date}}<br />
+    sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}<br />
     Sub: {{notification.sub}}<br />
     <br />
         {{notification.message|safe}}