app/soc/templates/soc/student_proposal/list/row.html
changeset 1983 ba5be8275a75
parent 1465 f3805525efda
child 1999 bb3317e4db12
--- a/app/soc/templates/soc/student_proposal/list/row.html	Sat Mar 21 18:02:49 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/list/row.html	Sat Mar 21 18:15:18 2009 +0000
@@ -5,6 +5,6 @@
      </div>
   </td>
   <td><div class="title">{{ list.item.title }}</a></div></td>
-  <td><div class="status">{{ list.item.status }}</a></div></td>
-  <td><div class="date">{{ list.item.last_modified_on }}</a></div></td>
+  <td><div class="status">{{ list.item.org.name }}</a></div></td>
+  <td><div class="date">{{ list.item.last_modified_on|date:"jS F Y H:i" }}</a></div></td>
 </tr>