Commit acd75df2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use absolute_url as base_url for the compatibility with virtual hosts.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26269 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ea7686a
......@@ -53,7 +53,7 @@
<!-- <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" /> -->\n
<tr>\n
<td>store</td>\n
<td tal:content="python: \'/\' + 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
......
418
\ No newline at end of file
419
\ 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