Commit 362c58e7 authored by Jérome Perrin's avatar Jérome Perrin

same as r25520 (use portal_url instead of setting base_url)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25596 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 53b11558
......@@ -53,7 +53,7 @@
\n
<tr>\n
<td>store</td>\n
<td tal:content="python: \'/\' + here.getPortalObject().getProperty(\'erp5_ui_test_base_url\', here.getPortalObject().getId())">erp5</td>\n
<td tal:content="python:here.getPortalObject().absolute_url()">http://example.com/erp5</td>\n
<td>base_url</td>\n
</tr>\n
<tr>\n
......
411
\ No newline at end of file
413
\ 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