Corrected the links to Grading Project Surveys in Program menu.
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 03 Jul 2009 18:09:48 +0200
changeset 2509 3788c916776f
parent 2508 17caa9f1c683
child 2510 a85484d1f441
Corrected the links to Grading Project Surveys in Program menu.
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: