diff -r 34187a80d279 -r 3a49a7e23442 templates/user/view_notification.html --- 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 @@

- sent at {{notification.sent_date}}
+ sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}
Sub: {{notification.sub}}

{{notification.message|safe}}