Commit 9979fff1 authored by Jérome Perrin's avatar Jérome Perrin

"deferred_portal_skin" have to be in request at this point.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29960 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d6fce49
......@@ -57,7 +57,7 @@
RESPONSE = request.RESPONSE\n
\n
format = request.get(\'format\', \'\')\n
skin_name = request.get(\'deferred_portal_skin\', \'ODT\') or \'ODT\'\n
skin_name = request[\'deferred_portal_skin\']\n
\n
portal = context.getPortalObject()\n
N_ = portal.Base_translateString\n
......@@ -192,6 +192,7 @@ return context.Base_redirect(\'view\', keep_items=dict(\n
<string>request</string>
<string>RESPONSE</string>
<string>format</string>
<string>_getitem_</string>
<string>skin_name</string>
<string>context</string>
<string>portal</string>
......
59
\ No newline at end of file
61
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment