# HG changeset patch # User Lennard de Rijk # Date 1247439222 -7200 # Node ID 9321e100a7fbbb9e07b98aa18050f7218293b8dc # Parent 08788ae104369d6473ea92e227b9cbc3ea917057 Added buttons to start tasks to GradingSurveyGroup Record view. Also fixed an error in the GradingRecord row template. diff -r 08788ae10436 -r 9321e100a7fb app/soc/templates/soc/grading_record/list/row.html --- a/app/soc/templates/soc/grading_record/list/row.html Sun Jul 12 22:25:43 2009 +0200 +++ b/app/soc/templates/soc/grading_record/list/row.html Mon Jul 13 00:53:42 2009 +0200 @@ -5,7 +5,7 @@
{{ list.item.project.student.name }}
-
{{ list.item.project.organization.name }}
+
{{ list.item.project.scope.name }}
{{ list.item.project.mentor.name }}
{{ list.item.grade_decision }}
{{ list.item.locked }}
diff -r 08788ae10436 -r 9321e100a7fb app/soc/templates/soc/grading_survey_group/records.html --- a/app/soc/templates/soc/grading_survey_group/records.html Sun Jul 12 22:25:43 2009 +0200 +++ b/app/soc/templates/soc/grading_survey_group/records.html Mon Jul 13 00:53:42 2009 +0200 @@ -20,9 +20,24 @@ All records collected for this Grading Survey Group are shown on this page.

+{{ message }} + +
+ + + + + +
+ + + +
+
+

- Collection Task last started: {{ entity.last_update_started|date:"jS F Y H:i"|default:"Never Started" }}
- Collection Task last completed: {{ entity.last_update_completed|date:"jS F Y H:i"|default:"Never Completed" }}
+ Last Record Update started: {{ entity.last_update_started|date:"jS F Y H:i"|default:"Never Started" }}
+ Last Record Update completed: {{ entity.last_update_complete|date:"jS F Y H:i"|default:"Never Completed" }}

{% for list_number in list.lists %}