app/soc/templates/soc/student_project/manage.html
changeset 2690 730676c00907
parent 2688 dfe0439a0711
child 2743 b9a146acb9bb
--- a/app/soc/templates/soc/student_project/manage.html	Thu Jul 30 10:01:57 2009 +0200
+++ b/app/soc/templates/soc/student_project/manage.html	Thu Jul 30 10:05:22 2009 +0200
@@ -20,6 +20,15 @@
 {% endblock %}
 
 <p>
+<table>
+  {% readonly_field_as_table_row "Student Name" entity.student.name %}
+  {% readonly_field_as_table_row "Mentor Name" entity.mentor.name %}
+  {% readonly_field_as_table_row entity.fields.title.label entity.title %}
+  {% readonly_field_as_table_row entity.fields.abstract.label entity.abstract %}
+</table>
+</p>
+
+<p>
 <b>Primary Mentor</b><br />
 In this section you can assign a new Primary Mentor.
 Note that if you select a co-Mentor from this list that Mentor will be removed from the co-Mentors.