# HG changeset patch # User Lennard de Rijk # Date 1248941122 -7200 # Node ID 730676c009070d8448d7841d8158c02cc57cc72d # Parent 18d8486fd411e509716f01c3edc4237cce2aaa5a Added project information to the Project manage page. diff -r 18d8486fd411 -r 730676c00907 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 %}

+ + {% 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 %} +
+

+ +

Primary Mentor
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.