# HG changeset patch # User Lennard de Rijk # Date 1235504595 0 # Node ID f5d1229e93607b915e37a7096d78d4cef8f995dd # Parent 5229a40d479249f7a0cd472631c98f939e1fdb0e Added link in program menu to the new list_orgs view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 5229a40d4792 -r f5d1229e9360 app/soc/views/models/program.py --- a/app/soc/views/models/program.py Tue Feb 24 19:40:15 2009 +0000 +++ b/app/soc/views/models/program.py Tue Feb 24 19:43:15 2009 +0000 @@ -299,11 +299,9 @@ timeline_entity = program_entity.timeline - # TODO(ljvderijk) add the student application links - if timeline_helper.isActivePeriod(timeline_entity, 'student_signup'): - #items += [('/org/apply_mentor/%s' % (program_entity.key().name()), - # "Send in your student proposal (N/A)", 'any_access')] + items += [('/student_proposal/list_orgs/%s' % (student_entity.key().name()), + "Send in your student proposal", 'any_access')] items += [(redirects.getListSelfRedirect(student_entity, {'url_name':'student_proposal'}), "List my Student Proposals", 'any_access')]