# HG changeset patch # User Lennard de Rijk # Date 1246637388 -7200 # Node ID 3788c916776fa473d0f61e610fb8e0339c0d024f # Parent 17caa9f1c683807f8ea756adb55d8dd233b01ab1 Corrected the links to Grading Project Surveys in Program menu. diff -r 17caa9f1c683 -r 3788c916776f app/soc/views/models/program.py --- a/app/soc/views/models/program.py Fri Jul 03 17:55:36 2009 +0200 +++ b/app/soc/views/models/program.py Fri Jul 03 18:09:48 2009 +0200 @@ -689,11 +689,11 @@ "List Project Surveys", 'any_access')] # add link to create a new Grading Survey items += [(redirects.getCreateSurveyRedirect(entity, 'program', - 'grade_survey'), + 'grading_project_survey'), "Create a New Grading Survey", 'any_access')] # add link to list all Grading Surveys items += [(redirects.getListSurveysRedirect(entity, 'program', - 'grade_survey'), + 'grading_project_survey'), "List Grading Surveys", 'any_access')] except out_of_band.Error: