app/soc/templates/soc/student_proposal/list/row.html
changeset 1465 f3805525efda
parent 1423 54960277c85d
child 1983 ba5be8275a75
--- a/app/soc/templates/soc/student_proposal/list/row.html	Sun Feb 22 19:12:25 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/list/row.html	Sun Feb 22 20:36:22 2009 +0000
@@ -5,5 +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>
 </tr>