app/soc/templates/soc/request/list/row.html
changeset 1686 d9cc9f8ca19f
parent 1085 0afbdd0905ef
child 1965 a0eb42b003c1
--- a/app/soc/templates/soc/request/list/row.html	Fri Mar 06 12:08:55 2009 +0000
+++ b/app/soc/templates/soc/request/list/row.html	Fri Mar 06 15:23:22 2009 +0000
@@ -7,4 +7,5 @@
   <td><div class="role">{{ list.item.role_verbose }}</div></td>
   <td><div class="for">{{ list.item.scope_path }}</div></td>
   <td><div class="status">{{ list.item.status }}</div></td>
+  <td><div class="created">{{ list.item.created_on|date:"jS F Y H:i" }}</div></td>
 </tr>