Also show 'List my student proposals' after signup closes
Patch by: Sverre Rabbelier
--- a/app/soc/views/models/program.py Fri Apr 03 19:17:08 2009 +0000
+++ b/app/soc/views/models/program.py Fri Apr 03 19:17:26 2009 +0000
@@ -714,6 +714,8 @@
items += [('/student_proposal/list_orgs/%s' % (
student_entity.key().name()),
"Submit your Student Proposal", 'any_access')]
+
+ if timeline_helper.isAfterEvent(timeline_entity, 'student_signup_start'):
items += [(redirects.getListSelfRedirect(student_entity,
{'url_name':'student_proposal'}),
"List my Student Proposals", 'any_access')]