# HG changeset patch # User Lennard de Rijk # Date 1247407232 -7200 # Node ID 0fe19187a3bbb2e4cfc16ae4a46af596270e6b59 # Parent 95949d4c45d9e7c52fe843ed658fea86b6d5a294 Added listing templates for GradingRecords. diff -r 95949d4c45d9 -r 0fe19187a3bb app/soc/templates/soc/grading_record/list/heading.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/grading_record/list/heading.html Sun Jul 12 16:00:32 2009 +0200 @@ -0,0 +1,9 @@ + + Project Name + Student + Organization + Mentor + Grade + Locked + Last Modified + diff -r 95949d4c45d9 -r 0fe19187a3bb app/soc/templates/soc/grading_record/list/row.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/grading_record/list/row.html Sun Jul 12 16:00:32 2009 +0200 @@ -0,0 +1,13 @@ + +
{{ list.item.project.title }} +
+ +
{{ list.item.project.student.name }}
+
{{ list.item.project.organization.name }}
+
{{ list.item.project.mentor.name }}
+
{{ list.item.grade_decision }}
+
{{ list.item.locked }}
+
{{ list.item.modified|date:"jS F Y H:i" }}
+