app/soc/views/models/request.py
changeset 532 3a50bdfb75a9
parent 521 07b2c382a4d6
child 542 7cc99461b64d
equal deleted inserted replaced
531:b74bf6bf1ccf 532:3a50bdfb75a9
   145 
   145 
   146     new_params = {}
   146     new_params = {}
   147     new_params['list_template'] = 'soc/models/list.html'
   147     new_params['list_template'] = 'soc/models/list.html'
   148     # TODO(SRabbelier) Change the redirect to something more useful
   148     # TODO(SRabbelier) Change the redirect to something more useful
   149     new_params['list_redirect_action'] = '/'
   149     new_params['list_redirect_action'] = '/'
   150     new_params['name'] = 'Request'
       
   151     new_params['name_short'] = 'Request'
       
   152     new_params['name_plural'] = 'Request'
       
   153     new_params['instruction_text'] = "An overview of your unhandeled requests"
   150     new_params['instruction_text'] = "An overview of your unhandeled requests"
   154     
   151     
   155     params = dicts.merge(params, new_params)
   152     params = dicts.merge(params, new_params)
   156     
   153     
   157     # get the current user
   154     # get the current user