author | Sverre Rabbelier <srabbelier@gmail.com> |
Thu, 08 Jan 2009 21:24:10 +0000 | |
changeset 790 | 19f8930592ed |
parent 789 | e55cad180973 |
child 791 | 30da180c4bca |
--- 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)