Changed title entry in GradingSurveyGroup's public template to name.
--- a/app/soc/templates/soc/grading_survey_group/public.html Thu Jul 09 11:52:35 2009 +0200
+++ b/app/soc/templates/soc/grading_survey_group/public.html Thu Jul 09 14:00:59 2009 +0200
@@ -17,7 +17,7 @@
{% block body %}
<p>
<table>
- {% readonly_field_as_table_row entity.fields.title.label entity.title %}
+ {% readonly_field_as_table_row entity.fields.name.label entity.name %}
{% readonly_field_as_table_row entity.fields.last_update_started.label entity.last_update_started %}
{% readonly_field_as_table_row entity.fields.last_update_complete.label entity.last_update_complete %}
</table>