app/soc/views/models/organization.py
changeset 2155 8e26887b6d15
parent 2146 57c74ce47fa3
child 2177 e2c193e1f631
equal deleted inserted replaced
2154:a0a1594e58ae 2155:8e26887b6d15
   436           "View all Student Proposals", 'any_access')
   436           "View all Student Proposals", 'any_access')
   437       submenus.append(submenu)
   437       submenus.append(submenu)
   438 
   438 
   439 
   439 
   440     if roles.get('org_admin'):
   440     if roles.get('org_admin'):
   441 
       
   442       # add a link to manage student projects after they have been announced
   441       # add a link to manage student projects after they have been announced
   443       if timeline_helper.isAfterEvent(program_entity.timeline,
   442       if timeline_helper.isAfterEvent(program_entity.timeline,
   444                                      'accepted_students_announced_deadline'):
   443                                      'accepted_students_announced_deadline'):
   445         submenu = (redirects.getManageOverviewRedirect(group_entity,
   444         submenu = (redirects.getManageOverviewRedirect(group_entity,
   446             {'url_name': 'student_project'}),
   445             {'url_name': 'student_project'}),