app/soc/templates/soc/student_proposal/list/row.html
changeset 2099 c9792aca29f6
parent 1999 bb3317e4db12
child 2109 3b349cd95b07
--- a/app/soc/templates/soc/student_proposal/list/row.html	Mon Apr 06 21:19:58 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/list/row.html	Mon Apr 06 21:38:10 2009 +0000
@@ -5,6 +5,13 @@
      </div>
   </td>
   <td><div class="name">{{ list.item.scope.name }}</a></div></td>
+  <td><div class="name">
+    {% if not list.item.mentor %}
+      None
+    {% else %}
+      {{ list.item.mentor.name }}
+    {% endif %}
+  </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>