Fixed the notification list to show a properly formatted date and time column.
--- 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 @@
</div>
</td>
<td><div class="subject">{{ list.item.subject }}</div></td>
- <td><div class="created_on">{{ list.item.created_on }} </div> </td>
+ <td><div class="created_on">{{ list.item.created_on|date:"jS F Y H:i" }} </div> </td>
</tr>