Added project information to the Project manage page.
--- 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.