# HG changeset patch # User Lennard de Rijk # Date 1247501050 -7200 # Node ID c0343d4e2b0b2bd23d102b599568b6da58f53566 # Parent 973e5e7ebd6e82c07025e0096846c1f6fbe25510 Changed GradingRecord heading/row templates to give more useful info. diff -r 973e5e7ebd6e -r c0343d4e2b0b app/soc/templates/soc/grading_record/list/heading.html --- a/app/soc/templates/soc/grading_record/list/heading.html Mon Jul 13 12:52:54 2009 +0200 +++ b/app/soc/templates/soc/grading_record/list/heading.html Mon Jul 13 18:04:10 2009 +0200 @@ -3,9 +3,8 @@ Student Organization Mentor - Grade - Mentor Eval + Final Grade + Mentor Grade Student Eval Locked - Last Modified diff -r 973e5e7ebd6e -r c0343d4e2b0b app/soc/templates/soc/grading_record/list/row.html --- a/app/soc/templates/soc/grading_record/list/row.html Mon Jul 13 12:52:54 2009 +0200 +++ b/app/soc/templates/soc/grading_record/list/row.html Mon Jul 13 18:04:10 2009 +0200 @@ -7,12 +7,16 @@
{{ list.item.project.student.name }}
{{ list.item.project.scope.name }}
{{ list.item.project.mentor.name }}
-
{{ list.item.grade_decision }}
+
{{ list.item.grade_decision|capfirst }}
{% if list.item.mentor_record %} - Yes + {% if list.item.mentor_record.grade %} + Pass + {% else %} + Fail + {% endif %} {% else %} - No + Not Available {% endif %}
@@ -20,10 +24,9 @@ {% if list.item.student_record %} Yes {% else %} - No + Not Available {% endif %}
{{ list.item.locked }}
-
{{ list.item.modified|date:"jS F Y H:i" }}