app/soc/views/models/program.py
changeset 1483 f5d1229e9360
parent 1475 22b63ab59b27
child 1490 cb7a272bfd04
--- 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')]