diff -r 18383d2e5a5b -r bb22ea156567 app/soc/views/models/host.py --- 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)