Added project information to the Project manage page.
authorLennard de Rijk <ljvderijk@gmail.com>
Thu, 30 Jul 2009 10:05:22 +0200
changeset 2690 730676c00907
parent 2689 18d8486fd411
child 2691 f8e0a007d99b
Added project information to the Project manage page.
app/soc/templates/soc/student_project/manage.html
--- 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.