Corrected the links to Grading Project Surveys in Program menu.
--- 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: