app/soc/views/models/organization.py
changeset 1303 08433090cff8
parent 1284 92f7a24d8f42
child 1307 091a21cf3627
equal deleted inserted replaced
1302:54e736a805b5 1303:08433090cff8
    74     new_params['scope_view'] = program_view
    74     new_params['scope_view'] = program_view
    75     new_params['scope_redirect'] = redirects.getCreateRedirect
    75     new_params['scope_redirect'] = redirects.getCreateRedirect
    76 
    76 
    77     new_params['name'] = "Organization"
    77     new_params['name'] = "Organization"
    78     new_params['url_name'] = "org"
    78     new_params['url_name'] = "org"
       
    79     new_params['document_prefix'] = "org"
    79     new_params['sidebar_grouping'] = 'Organizations'
    80     new_params['sidebar_grouping'] = 'Organizations'
    80 
    81 
    81     new_params['public_template'] = 'soc/organization/public.html'
    82     new_params['public_template'] = 'soc/organization/public.html'
    82     new_params['list_row'] = 'soc/organization/list/row.html'
    83     new_params['list_row'] = 'soc/organization/list/row.html'
    83     new_params['list_heading'] = 'soc/organization/list/heading.html'
    84     new_params['list_heading'] = 'soc/organization/list/heading.html'