Removed unnecesary lines according to comment on r1067
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 21 Nov 2008 08:38:53 +0000
changeset 532 3a50bdfb75a9
parent 531 b74bf6bf1ccf
child 533 ba3309b2fd30
Removed unnecesary lines according to comment on r1067 Patch by: Lennard de Rijk
app/soc/views/models/request.py
--- a/app/soc/views/models/request.py	Fri Nov 21 08:13:52 2008 +0000
+++ b/app/soc/views/models/request.py	Fri Nov 21 08:38:53 2008 +0000
@@ -147,9 +147,6 @@
     new_params['list_template'] = 'soc/models/list.html'
     # TODO(SRabbelier) Change the redirect to something more useful
     new_params['list_redirect_action'] = '/'
-    new_params['name'] = 'Request'
-    new_params['name_short'] = 'Request'
-    new_params['name_plural'] = 'Request'
     new_params['instruction_text'] = "An overview of your unhandeled requests"
     
     params = dicts.merge(params, new_params)