Added link for students to resign their profile to the Program menu.
Fixes Issue 549.
--- a/app/soc/views/models/program.py Mon Aug 03 17:32:34 2009 +0200
+++ b/app/soc/views/models/program.py Mon Aug 03 17:33:58 2009 +0200
@@ -833,6 +833,10 @@
{'url_name':'student'}),
"List my Student Projects", 'any_access')]
+ items += [(redirects.getManageRedirect(student_entity,
+ {'url_name':'student'}),
+ "Resign as a Student", 'any_access')]
+
return items
def _getOrganizationEntries(self, program_entity, org_admin_entity,