app/soc/views/models/host.py
changeset 1384 bb22ea156567
parent 1343 4ba39392c854
child 1430 ff8cc6b15e6a
--- a/app/soc/views/models/host.py	Tue Feb 17 20:15:43 2009 +0000
+++ b/app/soc/views/models/host.py	Tue Feb 17 20:34:01 2009 +0000
@@ -89,6 +89,7 @@
        'clean_photo_url': cleaning.clean_url('photo_url')}
 
     new_params['allow_invites'] = True
+    new_params['show_in_roles_overview'] = True
 
     params = dicts.merge(params, new_params)