app/soc/views/models/org_app.py
changeset 1533 50fb3a9b6615
parent 1506 b908d671624e
child 1537 fb89938aa078
equal deleted inserted replaced
1532:ea80be783971 1533:50fb3a9b6615
   114 
   114 
   115     new_params['name'] = "Organization Application"
   115     new_params['name'] = "Organization Application"
   116     new_params['name_plural'] = "Organization Applications"
   116     new_params['name_plural'] = "Organization Applications"
   117     new_params['name_short'] = "Org App"
   117     new_params['name_short'] = "Org App"
   118     new_params['url_name'] = "org_app"
   118     new_params['url_name'] = "org_app"
       
   119     new_params['group_name'] = "Organization"
   119     new_params['group_url_name'] = 'org'
   120     new_params['group_url_name'] = 'org'
   120 
   121 
   121     new_params['review_template'] = 'soc/org_app/review.html'
   122     new_params['review_template'] = 'soc/org_app/review.html'
   122 
   123 
   123     params = dicts.merge(params, new_params)
   124     params = dicts.merge(params, new_params)