# HG changeset patch # User Lennard de Rijk # Date 1247140859 -7200 # Node ID 1614713cd973c273ed0586e8e27e515edbaf8574 # Parent cd3b42f52b215d3fdbbedc24b063da3576b8e999 Changed title entry in GradingSurveyGroup's public template to name. diff -r cd3b42f52b21 -r 1614713cd973 app/soc/templates/soc/grading_survey_group/public.html --- 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 %}

- {% 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 %}