--- a/app/templates/projrev/proposal/list.html Mon Aug 10 19:38:53 2009 +0530
+++ b/app/templates/projrev/proposal/list.html Tue Aug 11 03:38:51 2009 +0530
@@ -5,6 +5,7 @@
<table>
<tr>
<th class="first">MICR Code</th>
+ <th>Title</th>
<th>Line Item</th>
<th>Institution</th>
<th>State</th>
@@ -13,6 +14,7 @@
{% for project in projects %}
<tr class="row-a"><td><a href='{{ row_url }}{{ project.micr_code }}'>
{{ project.micr_code }}</td>
+ <td>{{ project.title }}</td>
<td>{{ project.line_item }}</td>
<td>{{ project.institution }}</td>
<td>{{ project.state }}</td>