# HG changeset patch # User Sverre Rabbelier # Date 1231449850 0 # Node ID 19f8930592ed17cd765f6cbfbb812aa66690dfc1 # Parent e55cad180973deabc466867b2dfc180149dad76b Removed unneeded params from club Patch by: Sverre Rabbelier diff -r e55cad180973 -r 19f8930592ed app/soc/views/models/club.py --- 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)