Updated student proposal templates.
authorLennard de Rijk <ljvderijk@gmail.com>
Sun, 22 Feb 2009 20:36:22 +0000
changeset 1465 f3805525efda
parent 1464 a7b00937b678
child 1466 bfcec687b362
Updated student proposal templates. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/templates/soc/student_proposal/list/heading.html
app/soc/templates/soc/student_proposal/list/row.html
app/soc/templates/soc/student_proposal/public.html
--- a/app/soc/templates/soc/student_proposal/list/heading.html	Sun Feb 22 19:12:25 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/list/heading.html	Sun Feb 22 20:36:22 2009 +0000
@@ -1,5 +1,6 @@
 <tr align="left">
   <th class="first" align="right">Student</th>
   <th>Title</th>
+  <th>Status</th>
   <th>Last Modified on</th>
 </tr>
--- 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>
--- a/app/soc/templates/soc/student_proposal/public.html	Sun Feb 22 19:12:25 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/public.html	Sun Feb 22 20:36:22 2009 +0000
@@ -22,8 +22,8 @@
 <p>
  <table>
   {% readonly_field_as_table_row entity.fields.title.label entity.title %}
-  {% readonly_field_as_table_row 'Student' student_name %}
-  {% readonly_field_as_table_row 'Mentor' mentor_name %}
+  {% readonly_field_as_table_row "Student" student_name %}
+  {% readonly_field_as_table_row "Mentor" mentor_name %}
   {% readonly_field_as_twoline_table_row entity.fields.abstract.label entity.abstract %}
   {% readonly_field_as_twoline_table_row entity.fields.content.label entity.content %}
   {% readonly_field_as_table_row "Created on" entity.created_on %}