app/soc/modules/ghop/views/models/program.py
changeset 3078 bd001e9ab9d4
parent 3076 11d5fa052ad1
child 3088 08b9f4de6675
equal deleted inserted replaced
3077:6d77028ab895 3078:bd001e9ab9d4
   438 
   438 
   439     if timeline_helper.isAfterEvent(timeline_entity,
   439     if timeline_helper.isAfterEvent(timeline_entity,
   440                                    'student_signup_start'):
   440                                    'student_signup_start'):
   441       # add a link to show all projects
   441       # add a link to show all projects
   442       items += [(ghop_redirects.getListStudentTasksRedirect(
   442       items += [(ghop_redirects.getListStudentTasksRedirect(
   443           student_entity, {'url_name':'ghop/student'}),
   443           ghop_program_entity, {'url_name':'ghop/student'}),
   444           "List my Tasks", 'any_access')]
   444           "List my Tasks", 'any_access')]
   445 
   445 
   446     items += [(redirects.getEditRedirect(student_entity, 
   446     items += [(redirects.getEditRedirect(student_entity, 
   447         {'url_name': 'ghop/student'}),
   447         {'url_name': 'ghop/student'}),
   448         "Edit my Student Profile", 'any_access')]
   448         "Edit my Student Profile", 'any_access')]