Commit fd006dbc authored by Yoshinori Okuji's avatar Yoshinori Okuji

Specify /view to the link for each module.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1419 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6d4f9ff7
......@@ -357,7 +357,7 @@ class ERP5Generator(PortalGenerator):
<p>
<a href="person"
tal:content="python: module[1]"
tal:attributes="href python: module[0]">
tal:attributes="href python: module[0] + '/view'">
Person
</a>
</p>
......
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