Fixed the notification list to show a properly formatted date and time column.
authorLennard de Rijk <ljvderijk@gmail.com>
Tue, 26 May 2009 02:03:53 +0200
changeset 2353 616df973e457
parent 2352 33ff03da52b6
child 2354 4cc66ab098e8
Fixed the notification list to show a properly formatted date and time column.
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 @@
      </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>