Add links in sidebar for upcoming Sponsor views.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Wed, 01 Oct 2008 21:21:03 +0000
changeset 253 da304c6f8fff
parent 252 112f36f4598f
child 254 e88beba437a3
Add links in sidebar for upcoming Sponsor views. Patch by: Pawel Solyga Review by: to-be-reviewed
app/soc/logic/site/sidebar.py
--- a/app/soc/logic/site/sidebar.py	Wed Oct 01 21:19:32 2008 +0000
+++ b/app/soc/logic/site/sidebar.py	Wed Oct 01 21:21:03 2008 +0000
@@ -106,6 +106,12 @@
         menu.MenuItem(
           'Create a new Site Document',
           value='/site/docs/edit'),
+        menu.MenuItem(
+          'List Sponsors',
+          value='/site/sponsor/list'),
+        menu.MenuItem(
+          'Create a new Sponsor',
+          value='/site/sponsor/profile'),
         ]
       )
     ),