Commit 940e5a3d authored by Jérome Perrin's avatar Jérome Perrin

make ERP5Site_getModuleItemList compilant with Formulator


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3906 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 01eade7b
...@@ -728,8 +728,8 @@ class ERP5Generator(PortalGenerator): ...@@ -728,8 +728,8 @@ class ERP5Generator(PortalGenerator):
<tal:block tal:repeat="module python:module_list[col_size*col_no:min(col_size*(col_no+1),module_len)] "> <tal:block tal:repeat="module python:module_list[col_size*col_no:min(col_size*(col_no+1),module_len)] ">
<p> <p>
<a href="person" <a href="person"
tal:content="python: module[1]" tal:content="python: module[0]"
tal:attributes="href python: module[0] + '/view'"> tal:attributes="href python: module[1] + '/view'">
Person Person
</a> </a>
</p> </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