# HG changeset patch
# User Lennard de Rijk
-
+
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.
- 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" }}