app/soc/views/models/host.py
changeset 413 ec1b590418df
parent 409 9d24850db88f
child 429 e50e18936f06
--- 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'