Changed title entry in GradingSurveyGroup's public template to name.
authorLennard de Rijk <ljvderijk@gmail.com>
Thu, 09 Jul 2009 14:00:59 +0200
changeset 2581 1614713cd973
parent 2580 cd3b42f52b21
child 2582 df5939fecaff
Changed title entry in GradingSurveyGroup's public template to name.
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 %}
 <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>