app/soc/views/models/club_app.py
changeset 1238 af56ae7397ab
parent 1225 1d5c58e24fd3
child 1244 20494064bc3f
--- a/app/soc/views/models/club_app.py	Sat Feb 07 13:36:50 2009 +0000
+++ b/app/soc/views/models/club_app.py	Sat Feb 07 13:40:20 2009 +0000
@@ -85,6 +85,10 @@
 
     new_params['review_template'] = 'soc/club_app/review.html'
 
+    new_params['sidebar_additional'] = [
+        ('/%(url_name)s/review_overview/' % new_params,
+         'Review %(name_plural)s' % new_params, 'review_overview')]
+
     params = dicts.merge(params, new_params)
 
     super(View, self).__init__(params=params)