app/soc/modules/ghop/views/models/program.py
changeset 3076 11d5fa052ad1
parent 3067 371e1979ee6a
child 3078 bd001e9ab9d4
--- a/app/soc/modules/ghop/views/models/program.py	Tue Nov 03 00:50:23 2009 +0100
+++ b/app/soc/modules/ghop/views/models/program.py	Tue Nov 03 02:10:47 2009 +0100
@@ -19,6 +19,7 @@
 
 __authors__ = [
     '"Madhusudan.C.S" <madhusudancs@gmail.com>',
+    '"Daniel Hans" <daniel.m.hans@gmail.com>',
     '"Lennard de Rijk" <ljvderijk@gmail.com>',
   ]
 
@@ -438,8 +439,8 @@
     if timeline_helper.isAfterEvent(timeline_entity,
                                    'student_signup_start'):
       # add a link to show all projects
-      items += [(redirects.getListProjectsRedirect(ghop_program_entity,
-          {'url_name':'ghop/task'}),
+      items += [(ghop_redirects.getListStudentTasksRedirect(
+          student_entity, {'url_name':'ghop/student'}),
           "List my Tasks", 'any_access')]
 
     items += [(redirects.getEditRedirect(student_entity,