app/soc/views/models/program.py
changeset 1238 af56ae7397ab
parent 1225 1d5c58e24fd3
child 1248 f318538394d9
--- 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')]