# HG changeset patch # User Lennard de Rijk # Date 1239093651 0 # Node ID dfe684de7f925c87b2b9d2e042985189edfcd1af # Parent ac91ff4fc3137ce89ddacfe7786124cd05c7ffea Student Project listing now includes mentor column. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r ac91ff4fc313 -r dfe684de7f92 app/soc/templates/soc/student_project/list/heading.html --- a/app/soc/templates/soc/student_project/list/heading.html Tue Apr 07 08:09:47 2009 +0000 +++ b/app/soc/templates/soc/student_project/list/heading.html Tue Apr 07 08:40:51 2009 +0000 @@ -1,5 +1,6 @@ Student Title + Mentor Status diff -r ac91ff4fc313 -r dfe684de7f92 app/soc/templates/soc/student_project/list/row.html --- a/app/soc/templates/soc/student_project/list/row.html Tue Apr 07 08:09:47 2009 +0000 +++ b/app/soc/templates/soc/student_project/list/row.html Tue Apr 07 08:40:51 2009 +0000 @@ -1,9 +1,10 @@
{{ list.item.student.link_id }} + href="{{ list.redirect }}">{{ list.item.student.name }}
{{ list.item.title }}
+
{{ list.item.mentor.name }}
{{ list.item.status }}