app/soc/views/models/club.py
changeset 790 19f8930592ed
parent 782 27924b0f13cd
child 799 30a912906a57
--- a/app/soc/views/models/club.py	Thu Jan 08 21:23:52 2009 +0000
+++ b/app/soc/views/models/club.py	Thu Jan 08 21:24:10 2009 +0000
@@ -62,12 +62,6 @@
                                    required=False),
         }
 
-    # TODO(tlarsen): Add support for Django style template lookup
-    new_params['public_template'] = 'soc/club/public.html'
-
-    new_params['list_row'] = 'soc/club/list/row.html'
-    new_params['list_heading'] = 'soc/club/list/heading.html'
-
     params = dicts.merge(params, new_params)
 
     super(View, self).__init__(params=params)