diff -r 5acee4621c3d -r ec1b590418df app/soc/views/models/host.py --- a/app/soc/views/models/host.py Thu Oct 23 09:47:38 2008 +0000 +++ b/app/soc/views/models/host.py Thu Oct 23 11:20:35 2008 +0000 @@ -101,8 +101,8 @@ params['lists_template'] = { 'list_main': 'soc/list/list_main.html', 'list_pagination': 'soc/list/list_pagination.html', - 'list_row': 'soc/host/group_row.html', - 'list_heading': 'soc/host/group_heading.html', + 'list_row': 'soc/host/list/host_row.html', + 'list_heading': 'soc/host/list/host_heading.html', } params['delete_redirect'] = '/site/host/list'