# HG changeset patch # User Lennard de Rijk # Date 1243296233 -7200 # Node ID 616df973e457a15183f37eee3e3cf0477b6df32f # Parent 33ff03da52b61e6d5dab67f7cb1e83a271da566a Fixed the notification list to show a properly formatted date and time column. diff -r 33ff03da52b6 -r 616df973e457 app/soc/templates/soc/notification/list/row.html --- a/app/soc/templates/soc/notification/list/row.html Tue May 26 01:58:56 2009 +0200 +++ b/app/soc/templates/soc/notification/list/row.html Tue May 26 02:03:53 2009 +0200 @@ -11,5 +11,5 @@
{{ list.item.subject }}
-
{{ list.item.created_on }}
+
{{ list.item.created_on|date:"jS F Y H:i" }}