diff -r b5bf2aa0f3f9 -r af56ae7397ab app/soc/views/models/program.py --- a/app/soc/views/models/program.py Sat Feb 07 13:36:50 2009 +0000 +++ b/app/soc/views/models/program.py Sat Feb 07 13:40:20 2009 +0000 @@ -164,7 +164,10 @@ # still add the document links so hosts can see how it looks like items += document_view.view.getMenusForScope(entity, params) items += self._getTimeDependentEntries(entity, params) - + + items += [(redirects.getReviewOverviewRedirect( + entity, {'url_name': 'org_app'}), + "List all Org Applications", 'any_access')] # add link to edit Program Profile items += [(redirects.getEditRedirect(entity, params), 'Edit Program Profile','any_access')]