# HG changeset patch # User Lennard de Rijk # Date 1247569856 -7200 # Node ID 7ad3af6d30bdee72db7bff68c554f6f530e381b5 # Parent da8aa1ff69431fbe20e623efc21b4e87792427a8 Added Student and Mentor link id to the GradingRecord list. diff -r da8aa1ff6943 -r 7ad3af6d30bd app/soc/templates/soc/grading_record/list/heading.html --- a/app/soc/templates/soc/grading_record/list/heading.html Tue Jul 14 00:55:05 2009 +0200 +++ b/app/soc/templates/soc/grading_record/list/heading.html Tue Jul 14 13:10:56 2009 +0200 @@ -1,8 +1,8 @@ Project Name - Student + Student (link id) Organization - Mentor + Mentor (link id) Final Grade Mentor Grade Student Eval diff -r da8aa1ff6943 -r 7ad3af6d30bd app/soc/templates/soc/grading_record/list/row.html --- a/app/soc/templates/soc/grading_record/list/row.html Tue Jul 14 00:55:05 2009 +0200 +++ b/app/soc/templates/soc/grading_record/list/row.html Tue Jul 14 13:10:56 2009 +0200 @@ -4,9 +4,15 @@ href="{{ list.redirect }}">{{ list.item.project.title }} -
{{ list.item.project.student.name }}
+
+ {{ list.item.project.student.name }} + ({{ list.item.project.student.link_id }}) +
{{ list.item.project.scope.name }}
-
{{ list.item.project.mentor.name }}
+
+ {{ list.item.project.mentor.name }} + ({{ list.item.project.mentor.link_id }}) +
{{ list.item.grade_decision|capfirst }}
{% if list.item.mentor_record %}