# HG changeset patch # User Lennard de Rijk # Date 1249414189 -7200 # Node ID f7d4e2c3b6971ee7cd149447bb6cdefd995a033d # Parent e6e8a55305895e948fcc07080c1292510aafa97d Added redirect to the StudentProject manage page for viewing SurveyRecords. diff -r e6e8a5530589 -r f7d4e2c3b697 app/soc/templates/soc/grading_project_survey/list/row_manage_student_project.html --- a/app/soc/templates/soc/grading_project_survey/list/row_manage_student_project.html Tue Aug 04 17:07:44 2009 +0200 +++ b/app/soc/templates/soc/grading_project_survey/list/row_manage_student_project.html Tue Aug 04 21:29:49 2009 +0200 @@ -1,11 +1,10 @@ - +
{{ list.item.title }}
{{ list.info.taken_by }}
{{ list.info.taken_on }}
{% if list.info.record %} - Record Available (TBD: Record Showing) + View Record {% else %} No Record Available {% endif %} diff -r e6e8a5530589 -r f7d4e2c3b697 app/soc/templates/soc/project_survey/list/row_manage_student_project.html --- a/app/soc/templates/soc/project_survey/list/row_manage_student_project.html Tue Aug 04 17:07:44 2009 +0200 +++ b/app/soc/templates/soc/project_survey/list/row_manage_student_project.html Tue Aug 04 21:29:49 2009 +0200 @@ -1,11 +1,10 @@ - +
{{ list.item.title }}
{{ list.info.taken_by }}
{{ list.info.taken_on }}